mirror of
https://github.com/NixOS/nix
synced 2025-07-07 01:51:47 +02:00
* Another test.
This commit is contained in:
parent
ef093aac8f
commit
a7bbe73971
6 changed files with 66 additions and 2 deletions
6
tests/dependencies.builder0.sh
Normal file
6
tests/dependencies.builder0.sh
Normal file
|
@ -0,0 +1,6 @@
|
|||
export PATH=/bin:/usr/bin:$PATH
|
||||
|
||||
mkdir $out
|
||||
echo $(cat $input1/foo)$(cat $input2/bar) > $out/foobar
|
||||
|
||||
ln -s $input2 $out/input-2
|
Loading…
Add table
Add a link
Reference in a new issue