You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't chain multiple inputs. when specifying a .follows.
Steps To Reproduce
Using this flake.nix, the systems are still duplicated in the lockfile. In particular, inputs.flake-utils.inputs.systems.follows = "systems" seems to have no effect.
The systems inputs should not be duplicated. Note that the documentation states that this should be allowed: “Transitive inputs can be overridden from a flake.nix file” and “Overrides and follows can be combined” suggest that the inputs. can chain unboundedly.
Describe the bug
I can't chain multiple
inputs.
when specifying a.follows
.Steps To Reproduce
Using this
flake.nix
, the systems are still duplicated in the lockfile. In particular,inputs.flake-utils.inputs.systems.follows = "systems"
seems to have no effect.Expected behavior
The systems inputs should not be duplicated. Note that the documentation states that this should be allowed: “Transitive inputs can be overridden from a flake.nix file” and “Overrides and follows can be combined” suggest that the
inputs.
can chain unboundedly.Metadata
nix-env (Nix) 2.25.2
Checklist
Add 👍 to issues you find important.
The text was updated successfully, but these errors were encountered: