Skip to content

Commit 528b286

Browse files
committed
Remove stray line
1 parent 4b75eda commit 528b286

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libflake/flake/flake.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,6 @@ LockedFlake lockFlake(
539539
/* Get the overrides (i.e. attributes of the form
540540
'inputs.nixops.inputs.nixpkgs.url = ...'). */
541541
for (auto & [id, input] : flakeInputs) {
542-
//if (id == "self") continue;
543542
for (auto & [idOverride, inputOverride] : input.overrides) {
544543
auto inputAttrPath(inputAttrPathPrefix);
545544
inputAttrPath.push_back(id);

0 commit comments

Comments
 (0)