mirror of
https://github.com/NixOS/nix.git
synced 2025-11-15 23:12:44 +01:00
Fix build
This commit is contained in:
parent
c31b3d6c5c
commit
594ae92644
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ struct CmdListTarballs : MixJSON, InstallablesCommand
|
||||||
auto aDrvPath = v->attrs->get(state->sDrvPath);
|
auto aDrvPath = v->attrs->get(state->sDrvPath);
|
||||||
if (!aDrvPath) return;
|
if (!aDrvPath) return;
|
||||||
try {
|
try {
|
||||||
state->forceValue(*(*aDrvPath)->value, *(*aDrvPath)->pos);
|
state->forceValue(*aDrvPath->value, *aDrvPath->pos);
|
||||||
} catch (EvalError & e) {
|
} catch (EvalError & e) {
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue