We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b75eda commit 528b286Copy full SHA for 528b286
src/libflake/flake/flake.cc
@@ -539,7 +539,6 @@ LockedFlake lockFlake(
539
/* Get the overrides (i.e. attributes of the form
540
'inputs.nixops.inputs.nixpkgs.url = ...'). */
541
for (auto & [id, input] : flakeInputs) {
542
- //if (id == "self") continue;
543
for (auto & [idOverride, inputOverride] : input.overrides) {
544
auto inputAttrPath(inputAttrPathPrefix);
545
inputAttrPath.push_back(id);
0 commit comments