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
05443c7bcf
commit
ff3475e656
1 changed files with 5 additions and 1 deletions
|
|
@ -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" ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue