This commit is contained in:
iofq 2023-05-13 01:51:23 -05:00
parent 4236656d56
commit bfc15eb6cb
2 changed files with 1 additions and 4 deletions

View file

@ -7,7 +7,5 @@ RUN nix bundle \
--bundler github:ralismark/nix-appimage \
--extra-experimental-features nix-command \
--extra-experimental-features flakes . && \
cp -L nvim-x86_64.AppImage neovim-x86_64.AppImage && \
cp -L nvim-x86_64.AppImage neovim-x86_64-linux.AppImage && \
nix-collect-garbage
ENTRYPOINT [ "neovim-x86_64.AppImage" ]