Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 328 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 328 Bytes

This image contains an installation of the Nix package manager.

Use this build to create your own customized images as follows:

FROM nixos/nix

RUN nix-channel --add https://nixos.org/channels/nixpkgs-unstable nixpkgs
RUN nix-channel --update

RUN nix-build -A pythonFull '<nixpkgs>'