-
-
Notifications
You must be signed in to change notification settings - Fork 2.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
Nix build error due to missing sources #9319
Comments
I saw this was already discussed and apparently temporally fixed. Or at least that's what I can gather from skimming trough other issues and discussions. But trying to build it with nix (using the upstream flake on its last commit) outputs the aforementioned error. |
There's an ongoing outage with SourceHut that's causing this: https://status.sr.ht/ (even the statuspage appears to be down). The cachix CI build also fails because of this: https://github.com/helix-editor/helix/actions/runs/7490903743/job/20390839236 17dd102 mostly fixed this but the Nix flake fetches and builds grammars itself. It would be a nice improvement to have Otherwise the flake should work again after SourceHut restores service. I believe they're migrating all of the services to a new datacenter (or something similar) so it may be a while. |
Yeah, apparently Codeberg is also being targeted according the their official Fediverse account. I'll temporally patch it myself to remove the dependency since I need it working in order to rebuilding my system but yeah, improving the package is always a good thing. Thanks for the quick response btw. ❤️ |
Summary
When trying to build Helix using nix I encounter the following error:
The problem appears to be the very first line of the log:
Reproduction Steps
nix build github:helix-editor/helix
Platform
Linux (NixOS)
Terminal Emulator
foot version: 1.15.1 +pgo +ime +graphemes +fractional-scaling +cursor-shape -assertions
Installation Method
flake
Helix Version
helix 23.10
The text was updated successfully, but these errors were encountered: