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