Closed ShiinaShy closed 2 months ago
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 https://github.com/NixOS/nixpkgs/issues/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.
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 RPC request GetCachedEmbeddings failed: permission denied : failed to fetch cached embeddings via cloud model and copilot fails to initialize!.
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