diff --git a/Dockerfile b/Dockerfile index 64698a9..0d72a8c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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" ] diff --git a/nvim-x86_64.AppImage b/nvim-x86_64.AppImage deleted file mode 120000 index 7e13143..0000000 --- a/nvim-x86_64.AppImage +++ /dev/null @@ -1 +0,0 @@ -/nix/store/6ggkwzkz632f665c9jnjswill594ahy4-nvim-x86_64.AppImage \ No newline at end of file