-
Notifications
You must be signed in to change notification settings - Fork 20
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
error on add/import for implicit branch main
#113
Comments
main
CC @stuebinm |
oh dear. afaict, there's two levels of unexpected things here: when I first wrote the flake importer, I assumes Nix would default to The second error is unrelated, subtler, and (to me) much more surprising: |
Let's focus on the import-flake issue, as in my eyes the failure of |
main
main
(just in case it got missed: i opened a PR for this #114 — @KiaraGrouwstra can you try if it works for you?) |
using npins 0.2.4,
npins import-flake
...works for inputs with implicit branch
master
:yet for inputs with implicit branch
main
fails:something similar happens when adding such entries separately (without specifying branch):
(a similar symptom also seemed reported at #100 (comment))
expected behavior: either default branch should just work
The text was updated successfully, but these errors were encountered: