forked from lix-project/lix
Typo
This commit is contained in:
parent
e24e2caaaf
commit
dead8189ac
|
@ -23,7 +23,7 @@ void builtinFetchurl(const BasicDerivation & drv)
|
||||||
assert(data.data);
|
assert(data.data);
|
||||||
|
|
||||||
auto out = drv.env.find("out");
|
auto out = drv.env.find("out");
|
||||||
if (out == drv.env.end()) throw Error("attribute ‘url’ missing");
|
if (out == drv.env.end()) throw Error("attribute ‘out’ missing");
|
||||||
|
|
||||||
Path storePath = out->second;
|
Path storePath = out->second;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue