mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
* Tests for fixed-output derivations (and attribute selection, incidentally).
This commit is contained in:
parent
2167bf6b72
commit
78d84f5631
5 changed files with 67 additions and 1 deletions
6
tests/fixed.builder2.sh
Normal file
6
tests/fixed.builder2.sh
Normal file
|
@ -0,0 +1,6 @@
|
|||
export PATH=/bin:/usr/bin:$PATH
|
||||
|
||||
mkdir $out
|
||||
mkdir $out/bla
|
||||
echo "Hello World!" > $out/foo
|
||||
ln -s foo $out/bar
|
Loading…
Add table
Add a link
Reference in a new issue