All checks were successful
NeoVim tests / code-quality (push) Successful in 1m16s
9 lines
109 B
Docker
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/
|