Sign inSign up

lnl7/nix

By lnl7

•Updated about 6 years ago

Nix Package Manager

Image
7

100K+

lnl7/nix repository overview

https://github.com/lnl7/nix-docker⁠

The default image uses dc64133⁠ with some common packages installed.

docker run --rm -it lnl7/nix nix-repl '<nixpkgs>'
nix-repl> 

⁠Building an Image

FROM lnl7/nix:2.2.2

RUN nix-env -iA \
 nixpkgs.curl \
 nixpkgs.jq

⁠Running as a remote builder

docker run -d -p 3022:22 -v /etc/nix/signing-key.pub -v /etc/nix/signing-key.sec lnl7/nix:ssh

Tag summary

Content type

Image

Digest

Size

185.3 MB

Last updated

about 6 years ago

docker pull lnl7/nix