-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
builtins.fetchGit doesn't work with refs/tags/foo anymore. #3687
Labels
Comments
I marked this as stale due to inactivity. → More info |
Still needs verifying. |
I marked this as stale due to inactivity. → More info |
Still needs verifying. |
works
|
Thank you, closing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
The manual describes how to fetch a tag from a git repository with
builtins.fetchGit
:This used to work, until recently.
Steps To Reproduce
Build recent
nix
and run try running the example from the manual:Expected behavior
Works as it has before: downloads the tag.
nix-env --version
outputnix-env (Nix) 2.4pre7534_b92f58f6
Additional context
As the manual hasn't been updated, it seems like an accidental breakage?
The text was updated successfully, but these errors were encountered: