mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
fix error calls
This commit is contained in:
parent
f5d3215c87
commit
a3030e3c31
2 changed files with 11 additions and 21 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue