This commit is contained in:
iofq 2023-05-12 04:56:55 -05:00
parent 05443c7bcf
commit ff3475e656

View file

@ -2,6 +2,10 @@ FROM nixos/nix
COPY . . COPY . .
RUN nix bundle --bundler github:ralismark/nix-appimage . RUN nix bundle \
--bundler github:ralismark/nix-appimage \
--extra-experimental-features nix-command \
--extra-experimental-features flakes \
.
ENTRYPOINT [ "nvim-x86_64.AppImage" ] ENTRYPOINT [ "nvim-x86_64.AppImage" ]