mirror of
https://github.com/iofq/nvim.nix.git
synced 2026-01-23 08:55:16 -06:00
7 lines
122 B
Docker
7 lines
122 B
Docker
FROM nixos/nix
|
|
|
|
COPY . .
|
|
|
|
RUN nix bundle --bundler github:ralismark/nix-appimage .
|
|
|
|
ENTRYPOINT [ "nvim-x86_64.AppImage" ]
|