diff --git a/Dockerfile b/Dockerfile index fc458bd..68f3b42 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,6 +2,10 @@ FROM nixos/nix 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" ]