mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-24 14:43:37 +00:00
7 lines
77 B
Bash
7 lines
77 B
Bash
|
set -e
|
||
|
. $stdenv/setup
|
||
|
|
||
|
$unzip/bin/unzip $src
|
||
|
mkdir -p $out
|
||
|
mv $name*/* $out
|