1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 18:31:49 +02:00

* Tests for nix-env, finally!

This commit is contained in:
Eelco Dolstra 2006-02-08 14:32:06 +00:00
parent 39f50db731
commit e771e59178
5 changed files with 108 additions and 1 deletions

View file

@ -0,0 +1,8 @@
export PATH=/bin:/usr/bin:$PATH
mkdir $out
mkdir $out/bin
echo "#! $shell" > $out/bin/$progName
echo "echo $name" >> $out/bin/$progName
chmod +x $out/bin/$progName