nix-learn/nix-language/Dockerfile

5 lines
84 B
Docker

FROM nixos/nix
RUN nix-channel --updates
# RUN nix-build -A pythonFull '<nixpkgs>'