5 lines
84 B
Docker
5 lines
84 B
Docker
FROM nixos/nix
|
|
|
|
RUN nix-channel --updates
|
|
|
|
# RUN nix-build -A pythonFull '<nixpkgs>' |