Skip to content

Commit

Permalink
Remove stray line
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed Feb 10, 2025
1 parent 4b75eda commit 528b286
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libflake/flake/flake.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 528b286

Please sign in to comment.