mirror of
https://github.com/NixOS/nix
synced 2025-06-27 16:51:15 +02:00
* Doh!
This commit is contained in:
parent
b618fa6eb6
commit
f52de527c7
1 changed files with 0 additions and 2 deletions
|
@ -73,8 +73,6 @@ Path makeStorePath(const string & type,
|
||||||
string s = type + ":sha256:" + printHash(hash) + ":"
|
string s = type + ":sha256:" + printHash(hash) + ":"
|
||||||
+ nixStore + ":" + suffix;
|
+ nixStore + ":" + suffix;
|
||||||
|
|
||||||
printMsg(lvlError, s);
|
|
||||||
|
|
||||||
checkStoreName(suffix);
|
checkStoreName(suffix);
|
||||||
|
|
||||||
return nixStore + "/"
|
return nixStore + "/"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue