mirror of
https://github.com/NixOS/nix.git
synced 2025-11-27 04:30:59 +01:00
build error
This commit is contained in:
parent
8a7874d77d
commit
3fc0b0da58
18 changed files with 97 additions and 71 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue