fix ci
All checks were successful
NeoVim tests / code-quality (push) Successful in 1m16s

This commit is contained in:
2025-08-26 14:50:11 -06:00
parent 5dedfb991f
commit 67134fdb2e
4 changed files with 41 additions and 16 deletions

8
Dockerfile Normal file
View File

@@ -0,0 +1,8 @@
FROM nixos/nix
WORKDIR /u.nvim/
COPY shell.nix /u.nvim/
RUN nix-shell --pure --run 'true'
COPY . /u.nvim/