Hi,
I am trying to bundle a flake ( GitHub - sivertism/kickstart-nix.nvim: Neovim setup in Nix. ) into an AppImage so that I can pass on my fully configured neovim to a system where I can’t use Nix.
So I’ve tried running
> nix bundle --bundler github:ralismark/nix-appimage
which builds a bunch of stuff, but then ends with
error: path '/nix/store/<hash>-neovim-0.10.0/bin/nvim` is not in the Nix store
So I feel like I’m missing something basic here. Maybe I need to select the output, or set a default output, but then what’s the output that I need to select?
ps. not sure if AppImage is the best output type, feel free to comment if there is something better.
Cheers,
Sivert