This commit is contained in:
8
Dockerfile
Normal file
8
Dockerfile
Normal 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/
|
||||
Reference in New Issue
Block a user