mirror of
https://github.com/iofq/nvim.nix.git
synced 2026-01-23 08:55:16 -06:00
add CI
This commit is contained in:
parent
f6a92831f4
commit
79a2dc6e14
3 changed files with 50 additions and 0 deletions
7
Dockerfile
Normal file
7
Dockerfile
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
FROM nixos/nix
|
||||
|
||||
ADD .
|
||||
|
||||
RUN nix bundle --bundler github:ralismark/nix-appimage .
|
||||
|
||||
ENTRYPOINT [ "nvim-x86_64.AppImage" ]
|
||||
Loading…
Add table
Add a link
Reference in a new issue