diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2011-02-17T15·08+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2011-02-17T15·08+0000 |
commit | 802c2651c84b73a54b2a89484aa463f1f0df3b94 (patch) | |
tree | 51ac038c355f06973eef8485b9b44b6b34875040 /scripts/nix-push.in | |
parent | e945b52a31ab339b253df40e35828582eff77e54 (diff) |
Diffstat (limited to 'scripts/nix-push.in')
-rw-r--r-- | scripts/nix-push.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/nix-push.in b/scripts/nix-push.in index fa83f92c8eaa..7b9d521617d5 100644 --- a/scripts/nix-push.in +++ b/scripts/nix-push.in @@ -196,7 +196,7 @@ for (my $n = 0; $n < scalar @storePaths; $n++) { # In some exceptional cases (such as VM tests that use the Nix # store of the host), the database doesn't contain the hash. So # compute it. - if ($narHash eq "sha256:0000000000000000000000000000000000000000000000000000000000000000") { + if ($narHash eq "sha256:0000000000000000000000000000000000000000000000000000") { $narHash = `$binDir/nix-hash --type sha256 '$storePath'`; die "cannot hash `$storePath'" if $? != 0; chomp $narHash; |