1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 10:41:16 +02:00

Remove stray line

This commit is contained in:
Eelco Dolstra 2025-02-10 17:14:55 +01:00
parent 4b75edacd7
commit 528b286cf7

View file

@ -539,7 +539,6 @@ LockedFlake lockFlake(
/* Get the overrides (i.e. attributes of the form /* Get the overrides (i.e. attributes of the form
'inputs.nixops.inputs.nixpkgs.url = ...'). */ 'inputs.nixops.inputs.nixpkgs.url = ...'). */
for (auto & [id, input] : flakeInputs) { for (auto & [id, input] : flakeInputs) {
//if (id == "self") continue;
for (auto & [idOverride, inputOverride] : input.overrides) { for (auto & [idOverride, inputOverride] : input.overrides) {
auto inputAttrPath(inputAttrPathPrefix); auto inputAttrPath(inputAttrPathPrefix);
inputAttrPath.push_back(id); inputAttrPath.push_back(id);