u.nvim/Dockerfile
Jonathan Apodaca 67134fdb2e
All checks were successful
NeoVim tests / code-quality (push) Successful in 1m16s
fix ci
2025-08-26 15:42:30 -06:00

9 lines
109 B
Docker

FROM nixos/nix
WORKDIR /u.nvim/
COPY shell.nix /u.nvim/
RUN nix-shell --pure --run 'true'
COPY . /u.nvim/