her.esy.fun/Dockerfile

12 lines
244 B
Docker

FROM nixos/nix
RUN nix-channel --add https://nixos.org/channels/nixos-20.09 nixpkgs
RUN nix-channel --update
RUN nix-env -i git
RUN nix-env -i niv
RUN mkdir -p /home/her.esy.fun
COPY . /home/her.esy.fun
RUN cd /home/her.esy.fun && nix-shell