-
-
Notifications
You must be signed in to change notification settings - Fork 368
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
Launching editor fails with nix shell on arch linux #715
Comments
This error usually comes from Edit: no, it is not. |
I looked at the code where this error comes from and it seems that I was wrong about |
interesting, i use alsa as well as x11. it has probably something to do with my nix configuration, as everything works without the nix shell. thanks for the response though! if you prefer to, you can close the issue, i mostly opened it so that you know that something might be up with the provided shell.nix |
Try using Wayland, it might fix the issue. I remember someone in Discord server mentioned that switching to Wayland helps. |
This is probably an error on my end.
I got the editor working, however not using the provided shell.nix. I was happy i didn't have to search what the package names on arch are, and just tried using the provided nix shell.
However, when using the provided shell.nix, launching the editor with
RUST_BACKTRACE=full cargo run --package fyroxed
results in the following stack trace:I am unsure what i am doing wrong. I tested my nix setup, and packages do seem to work. I am however using arch linux, maybe it would work on NixOS?
The text was updated successfully, but these errors were encountered: