1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-15 06:52:43 +01:00

Fix build

This commit is contained in:
Eelco Dolstra 2020-02-13 19:35:31 +01:00
parent c31b3d6c5c
commit 594ae92644

View file

@ -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 {