Skip to content

paulrbr-fl/docker-nix

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nix package manager Docker Image

Build Status Docker Hub

This image contains an installation of the Nix package manager installed as a single-user nixuser.

This is based on the unpublished Dockerfile previously available at https://github.com/romcheck/nix.

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

FROM fretlink/nix

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

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

About

Alpine based Nix package manager Docker image

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 100.0%