mirror of
https://github.com/NixOS/nix
synced 2025-06-25 02:21:16 +02:00
Remove stray line
This commit is contained in:
parent
4b75edacd7
commit
528b286cf7
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue