mirror of
https://github.com/NixOS/nix.git
synced 2025-11-15 06:52:43 +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);
|
||||
if (!aDrvPath) return;
|
||||
try {
|
||||
state->forceValue(*(*aDrvPath)->value, *(*aDrvPath)->pos);
|
||||
state->forceValue(*aDrvPath->value, *aDrvPath->pos);
|
||||
} catch (EvalError & e) {
|
||||
}
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue