1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 10:50:24 -04:00
nix/tests/fixed.builder2.sh

7 lines
109 B
Bash
Raw Normal View History

export PATH=/bin:/usr/bin:$PATH
mkdir $out
mkdir $out/bla
echo "Hello World!" > $out/foo
ln -s foo $out/bar