mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16: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…
Reference in a new issue