mirror of
https://github.com/NixOS/nix
synced 2025-06-28 01:11:15 +02:00
Remove addPathToAccessor
This commit is contained in:
parent
542ae5c8f8
commit
fdbbcc4492
9 changed files with 97 additions and 109 deletions
|
@ -304,7 +304,7 @@ static void performOp(ref<LocalStore> store, bool trusted, unsigned int clientVe
|
|||
string s = readString(from);
|
||||
PathSet refs = readStorePaths<PathSet>(*store, from);
|
||||
startWork();
|
||||
Path path = store->addTextToStore(suffix, s, refs);
|
||||
Path path = store->addTextToStore(suffix, s, refs, false);
|
||||
stopWork();
|
||||
to << path;
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue