1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-27 04:30:59 +01:00

build error

This commit is contained in:
Wouter den Breejen 2007-05-20 12:29:55 +00:00
parent 8a7874d77d
commit 3fc0b0da58
18 changed files with 97 additions and 71 deletions

View file

@ -85,7 +85,7 @@ Path makeStatePath(const string & type, const Hash & hash, const string & suffix
string s = type + ":sha256:" + printHash(hash) + ":"
+ nixStoreState + ":" + suffix;
checkStoreName(suffix);
checkStoreName(suffix); //should this be here?
return nixStoreState + "/"
+ printHash32(compressHash(hashString(htSHA256, s), 20))