Merge pull request #4 from graham-at-target/fixup-verified-hashes

Verify contents on startup
This commit is contained in:
Graham Christensen 2018-07-18 11:57:27 -04:00 committed by GitHub
commit b335b3d381
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,6 +49,7 @@ ls -la /nix/var/nix/db || true
if [ -f /nix-path-registration ]; then
nix-store --load-db < /nix-path-registration
nix-store --verify --check-contents
rm /nix-path-registration
fi