mirror of
https://github.com/NixOS/nix
synced 2025-06-27 12:41:15 +02:00
Fix test against old daemon
This commit is contained in:
parent
be35569a6e
commit
4d014221d4
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ if nix-store --delete $outPath; then false; fi
|
||||||
test -e $outPath
|
test -e $outPath
|
||||||
|
|
||||||
for i in $NIX_STORE_DIR/*; do
|
for i in $NIX_STORE_DIR/*; do
|
||||||
|
if [[ $i =~ /trash ]]; then continue; fi # compat with old daemon
|
||||||
touch $i.lock
|
touch $i.lock
|
||||||
touch $i.chroot
|
touch $i.chroot
|
||||||
done
|
done
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue