Author: eelco
Date: Thu Feb 17 15:08:33 2011
New Revision: 26015
URL: https://svn.nixos.org/websvn/nix/?rev=26015&sc=1
Log:
Modified:
nix/trunk/scripts/nix-push.in
Modified: nix/trunk/scripts/nix-push.in
==============================================================================
--- nix/trunk/scripts/nix-push.in Thu Feb 17 14:38:02 2011 (r26014)
+++ nix/trunk/scripts/nix-push.in Thu Feb 17 15:08:33 2011 (r26015)
@@ -196,7 +196,7 @@
# 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;
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits