mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 15:58:36 +00:00
7 lines
68 B
Bash
Executable file
7 lines
68 B
Bash
Executable file
set -e
|
|
. $stdenv/setup
|
|
|
|
tar zxvf $src
|
|
mkdir -p $out
|
|
mv $name/* $out
|