mirror of
https://github.com/NixOS/nix.git
synced 2024-11-22 14:52:55 +00:00
install-nix-from-closure: Don't run nix-store --verify
Verification is slow. Also, we really shouldn't advise users to nuke their store.
This commit is contained in:
parent
58e423ce32
commit
a54736355a
@ -68,11 +68,6 @@ if ! $nix/bin/nix-store --load-db < $self/.reginfo; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if ! $nix/bin/nix-store --verify; then
|
||||
echo "$0: store verification failed! Consider deleting /nix and starting over" >&2
|
||||
exit 1
|
||||
fi
|
||||
|
||||
. $nix/etc/profile.d/nix.sh
|
||||
|
||||
if ! $nix/bin/nix-env -i "$nix"; then
|
||||
|
Loading…
Reference in New Issue
Block a user