-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
Not working on NixOS #12
Comments
I don't think I can do something with this. |
I also don't think I could help a lot here. I am pretty new to Nix. All i know is that Nix does not follow the Filesystem Hierarchy Standard, which means that dynamically linked executables need to be specially compiled in order to work. I am not even sure if it would work as an extension like this at all, depending on what dependencies it has? Would probably need someone that knows more about Nix to help here. Just thought I at least could bring it up. |
This is related to NixOS/nixpkgs#309662. I came up with this, and it seems to work just fine: environment.systemPackages = [
(zed-editor.fhsWithPackages (pkgs: [ pkgs.zlib ]))
]; You can try this and see if it works for you. |
solved my issues with should we add this to nixpkg? |
extension (installed via store) does not work on NixOS:
NixOS cannot run dynamically linked executables intended for generic linux environments out of the box. For more information, see: https://nix.dev/permalink/stub-ld"
Edit: ldd output for discord-presence-lsp
The text was updated successfully, but these errors were encountered: