1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-20 11:11:03 -04:00
nix/tests/fixed.builder2.sh

5 lines
76 B
Bash
Raw Normal View History

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