[Nix#9158] circular flake imports using path urls detected in non-circular graphs #107
Labels
No labels
Area/build-packaging
Area/cli
Area/evaluator
Area/fetching
Area/flakes
Area/language
Area/profiles
Area/protocol
Area/releng
Area/remote-builds
Area/repl
Area/store
bug
crash 💥
Cross Compilation
devx
docs
Downstream Dependents
E/easy
E/hard
E/help wanted
E/reproducible
E/requires rearchitecture
imported
Needs Langver
OS/Linux
OS/macOS
performance
regression
release-blocker
RFD
stability
Status
blocked
Status
invalid
Status
postponed
Status
wontfix
testing
testing/flakey
ux
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: lix-project/lix#107
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Upstream-Issue: NixOS/nix#9158
Describe the bug
a flake that imports a different branch of the (git) repo it lives in is rejected for circular imports, even if the imported branch has no inputs of its own.
Steps To Reproduce
Expected output:
nix-env --version
outputAdditional context
not sure whether this applies to other repo types. this doesn't happen with
git+file:.?ref=shared
as the url, which feels very odd considering the amount of magic nix does in the background when run from git repos. either the path input type should be extended to act more likegit+file
, or there should be some kind of warning for unknown url parameters in flake inputs. (that warning should be there anyway, to be honest)notably this fails quite horribly if a flake using this method is used as an input to another flake because nix seems to not be smart enough to rewrite the
file:.
part and running invalid git commands instead:Priorities
Add 👍 to issues you find important.