diff --git a/src/libflake/flake/flake.cc b/src/libflake/flake/flake.cc index f44984993..717848ee1 100644 --- a/src/libflake/flake/flake.cc +++ b/src/libflake/flake/flake.cc @@ -539,7 +539,6 @@ LockedFlake lockFlake( /* Get the overrides (i.e. attributes of the form 'inputs.nixops.inputs.nixpkgs.url = ...'). */ for (auto & [id, input] : flakeInputs) { - //if (id == "self") continue; for (auto & [idOverride, inputOverride] : input.overrides) { auto inputAttrPath(inputAttrPathPrefix); inputAttrPath.push_back(id);