mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
Merge branch 'remove-perl' of https://github.com/shlevy/nix
This commit is contained in:
commit
c0745a2531
16 changed files with 220 additions and 111 deletions
|
@ -882,7 +882,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