This commit is contained in:
Eelco Dolstra 2006-03-01 16:52:55 +00:00
parent d822bf32e4
commit 1bdceb421f
1 changed files with 1 additions and 1 deletions

View File

@ -10,4 +10,4 @@ hash=$($nixstore -q --hash $path)
echo $hash
test "$hash" = "sha256:$(nix-hash --type sha256 --base32 $file)"
test "$hash" = "sha256:$($nixhash --type sha256 --base32 $file)"