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:
parent
39f50db731
commit
e771e59178
5 changed files with 108 additions and 1 deletions
8
tests/user-envs.builder.sh
Normal file
8
tests/user-envs.builder.sh
Normal 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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue