mirror of
https://github.com/NixOS/nix
synced 2025-07-07 01:51:47 +02:00
parent
4724903c78
commit
418a837897
6 changed files with 19 additions and 80 deletions
|
@ -926,7 +926,7 @@ static void opServe(Strings opFlags, Strings opArgs)
|
|||
break;
|
||||
}
|
||||
|
||||
case cmdBuildPaths: { /* Used by build-remote.pl. */
|
||||
case cmdBuildPaths: {
|
||||
|
||||
if (!writeAllowed) throw Error("building paths is not allowed");
|
||||
PathSet paths = readStorePaths<PathSet>(*store, in);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue