1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-06 21:41:48 +02:00

fix error calls

This commit is contained in:
Ben Burdette 2020-04-30 17:56:26 -06:00
parent f5d3215c87
commit a3030e3c31
2 changed files with 11 additions and 21 deletions

View file

@ -906,7 +906,7 @@ static void opServe(Strings opFlags, Strings opArgs)
if (!writeAllowed) throw Error("building paths is not allowed");
auto drvPath = store->parseStorePath(readString(in)); // inonal ony
auto drvPath = store->parseStorePath(readString(in)); // informational only
BasicDerivation drv;
readDerivation(in, *store, drv);