This commit is contained in:
iofq 2023-05-12 14:05:24 -05:00
parent e1aae741b2
commit 6635c79b72
3 changed files with 6 additions and 4 deletions

View file

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