diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/install-nix-from-closure.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/install-nix-from-closure.sh b/scripts/install-nix-from-closure.sh index a6966c414945..509acc41fcbd 100644 --- a/scripts/install-nix-from-closure.sh +++ b/scripts/install-nix-from-closure.sh @@ -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 |