mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
* Don't delete active lock files.
This commit is contained in:
parent
1328aa3307
commit
33c5d23b81
5 changed files with 39 additions and 9 deletions
|
@ -6,4 +6,7 @@ echo $(cat $input1/foo)$(cat $input2/bar) > $out/foobar
|
|||
sleep 5
|
||||
mkdir $out || true
|
||||
|
||||
ln -s $input2 $out/input-2
|
||||
# Check that the GC hasn't deleted the lock on our output.
|
||||
test -e "$out.lock"
|
||||
|
||||
ln -s $input2 $out/input-2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue