1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-18 10:30:23 -04:00

Remove unused variable

This commit is contained in:
siddhantCodes 2024-08-11 19:18:04 +05:30
parent 70dde8c70c
commit 2c12a6962e

View file

@ -117,8 +117,6 @@ struct CmdBundle : InstallableValueCommand
},
});
auto outPathS = store->printStorePath(outPath);
if (!outLink) {
auto * attr = vRes->attrs()->get(evalState->sName);
if (!attr)