mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-05-01 00:38:22 +00:00
6 lines
73 B
Bash
Executable file
6 lines
73 B
Bash
Executable file
set -e
|
|
source $stdenv/setup
|
|
|
|
tar zxvf $src
|
|
mkdir -p $out
|
|
mv $name/* $out
|