1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 01:51:47 +02:00

Ensure PINCH_ME_IM_SILLY allows a /nix/store to stick around between builds

Also output in the status report that the user is very silly
This commit is contained in:
Graham Christensen 2017-07-13 18:01:22 -04:00
parent 1c7ce2a018
commit ce2281e6d8
No known key found for this signature in database
GPG key ID: 06121D366FE9435C
2 changed files with 9 additions and 6 deletions

View file

@ -80,11 +80,16 @@ verify
yes | ./install
verify
cleanup
echo -n "" | ./install
verify
cleanup
sudo mkdir -p /nix/store
sudo touch /nix/store/.silly-hint
echo -n "" | PINCH_ME_IM_SILLY=true ./install
verify
test -e /nix/store/.silly-hint
cleanup
)