-
-
Notifications
You must be signed in to change notification settings - Fork 2.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
nix build fails #12290
Comments
What is your |
That's interesting, I have the same version It could well be that you somehow have this cached in the nix store already, I haven't had issues on a different machine too... Though I wonder how it came to the nix store in the first place. It might be reproducible after garbage-collecting, or explicitly removing that store entry? |
Ok I cleared out my references to Helix, removed The only other thing that comes to mind is maybe the |
Thanks for investigating this (as I haven't found time yet).
Hmm good hint, I unfortunately don't have access to the machine until next year where I got the issues, IIRC the nixpkgs there were from the end of October and I just checked, it should be version 2.46.1, while on the machine where it works it's 2.47, so you might be right when it was added in 2.47 (on a quick google I haven't found the release note for this though). |
Summary
When building helix via nix with e.g.
nix build .
it fails with basically this:
I haven't looked too deep into this yet, but I could get it to build when I change
rev
toref
in the languages.toml in spade:Reproduction Steps
Helix log
No response
Platform
NixOS unstable
Terminal Emulator
kitty
Installation Method
nix build with helix master
Helix Version
24.07-347-g91a5d407
The text was updated successfully, but these errors were encountered: