* Changed the extension for store expressions from ".nix" to ".store"
(following the Usenix paper).
This commit is contained in:
parent
46a71c857c
commit
4c4fe7a114
|
@ -15,7 +15,7 @@ Path writeTerm(ATerm t, const string & suffix)
|
|||
Hash h = hashTerm(t);
|
||||
|
||||
Path path = canonPath(nixStore + "/" +
|
||||
(string) h + suffix + ".nix");
|
||||
(string) h + suffix + ".store");
|
||||
|
||||
if (!isValidPath(path)) {
|
||||
char * s = ATwriteToString(t);
|
||||
|
|
Loading…
Reference in a new issue