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
4236656d56
commit
bfc15eb6cb
2 changed files with 1 additions and 4 deletions
|
|
@ -7,7 +7,5 @@ RUN nix bundle \
|
||||||
--bundler github:ralismark/nix-appimage \
|
--bundler github:ralismark/nix-appimage \
|
||||||
--extra-experimental-features nix-command \
|
--extra-experimental-features nix-command \
|
||||||
--extra-experimental-features flakes . && \
|
--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
|
nix-collect-garbage
|
||||||
|
|
||||||
ENTRYPOINT [ "neovim-x86_64.AppImage" ]
|
|
||||||
|
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
/nix/store/6ggkwzkz632f665c9jnjswill594ahy4-nvim-x86_64.AppImage
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue