update CI

This commit is contained in:
iofq 2023-05-27 03:34:05 -05:00
parent b65b7296e5
commit f9ae40f53c
5 changed files with 18 additions and 18 deletions

View file

@ -4,15 +4,15 @@ WORKDIR /app
COPY . .
RUN nix bundle \
--bundler github:ralismark/nix-appimage \
--extra-experimental-features nix-command \
--extra-experimental-features flakes .#full && \
mv $(realpath nvim-x86_64.AppImage) neovim-x86_64-linux.AppImage && \
nix-collect-garbage
RUN nix bundle \
--bundler github:ralismark/nix-appimage \
--extra-experimental-features nix-command \
--extra-experimental-features flakes .#minimal && \
mv $(realpath nvim-x86_64.AppImage) neovim-x86_64-linux-minimal.AppImage && \
nix-collect-garbage
-o nvim.AppImage \
--bundler github:ralismark/nix-appimage \
--extra-experimental-features nix-command \
--extra-experimental-features flakes .#full && \
mv $(realpath nvim.AppImage) neovim-x86_64-linux.AppImage && \
nix bundle \
-o nvim-minimal.AppImage \
--bundler github:ralismark/nix-appimage \
--extra-experimental-features nix-command \
--extra-experimental-features flakes .#minimal && \
mv $(realpath nvim-minimal.AppImage) neovim-x86_64-linux-minimal.AppImage && \
nix-collect-garbage