(Again) How to bundle nixvim? #2629
-
Try to use |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
You can try https://github.com/ralismark/nix-appimage to create an appimage from the nix-derivation. I think nix-portable allows nix to be installed as non-root, not to create portable executables from nix derivations |
Beta Was this translation helpful? Give feedback.
-
Encounter another situation, I use nix-appimage to bundle someone else nixvim flake, containg some python lsp stuff, but it doesn't work. I check the lspinfo, and it says that it need to use fuse... Is it a loop-fuse-call? since executing bundled appimage already use fuse, and when calling executable outside appimage will trigger this behavior. Any suggestion? Thanks in advance @traxys |
Beta Was this translation helpful? Give feedback.
Should be easier after #1784, but for now it should be possible to create a cross-comp instance of nixpkgs and pass that into nixvim.