-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flakes: Do not ignore lock files of intermediate nodes #6326
base: master
Are you sure you want to change the base?
Flakes: Do not ignore lock files of intermediate nodes #6326
Conversation
@@ -27,8 +27,12 @@ flakeFollowsB=$TEST_ROOT/follows/flakeA/flakeB | |||
flakeFollowsC=$TEST_ROOT/follows/flakeA/flakeB/flakeC | |||
flakeFollowsD=$TEST_ROOT/follows/flakeA/flakeD | |||
flakeFollowsE=$TEST_ROOT/follows/flakeA/flakeE | |||
flakeHierMain=$TEST_ROOT/hier/flakeMain | |||
flakeHierSub=$TEST_ROOT/hier/flakeSub |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This "subflake" terminology is confusing. To me, a subflake is a flake in a subdirectory of a repo, not an input of another flake.
Triaged in the Nix Team meeting this morning (n.b. I could not make it):
|
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/2023-08-04-nix-team-meeting-minutes-77/31487/1 |
This is the suggested fix for #6278 (comment).
Cc: @edolstra, @balsoft.