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
2006-07-21 13:21:43 +00:00

5 lines
76 B
Bash

mkdir $out
mkdir $out/bla
echo "Hello World!" > $out/foo
ln -s foo $out/bar