From 528b286cf7eb25644ad51d35b058b17160abd146 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 10 Feb 2025 17:14:55 +0100 Subject: [PATCH] Remove stray line --- src/libflake/flake/flake.cc | 1 - 1 file changed, 1 deletion(-) 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);