All Projects → nix-community → docker-nix

nix-community / docker-nix

Licence: Apache-2.0 License
Docker image for nix [maintainer=@zimbatm] [status=deprecated]

Programming Languages

Dockerfile
14818 projects
shell
77523 projects

Projects that are alternatives of or similar to docker-nix

triton
Triton Operating System
Stars: ✭ 56 (+47.37%)
Mutual labels:  nix
dotfiles
NixOS system config & Home-Manager user config
Stars: ✭ 43 (+13.16%)
Mutual labels:  nix
high-quality-nix-content
GitHub repository containing highest quality Nix/NixOS content
Stars: ✭ 88 (+131.58%)
Mutual labels:  nix
homeage
runtime decrypted age secrets for nix home manager
Stars: ✭ 43 (+13.16%)
Mutual labels:  nix
nixpkgs-python-importer
Violate Nix philosophy, install Python packages mid-session with `from nixpkgs.scipy import scipy`.
Stars: ✭ 27 (-28.95%)
Mutual labels:  nix
nix-config
NixOS configuration (also on WSL)
Stars: ✭ 51 (+34.21%)
Mutual labels:  nix
nix-npm-buildpackage
Build nix packages that use npm/yarn
Stars: ✭ 48 (+26.32%)
Mutual labels:  nix
nixpkgs-python
nixpkgs-python is automatically (via pypi2nix) managed collection of nix+python expressions
Stars: ✭ 17 (-55.26%)
Mutual labels:  nix
nixery
Container registry which transparently builds images using the Nix package manager. Canonical repository is https://cs.tvl.fyi/depot/-/tree/tools/nixery
Stars: ✭ 1,365 (+3492.11%)
Mutual labels:  nix
dotfiles
Dotfiles for my NixOS system based on Dracula theme
Stars: ✭ 39 (+2.63%)
Mutual labels:  nix
nyx
⚙️Nix[OS] Configuration
Stars: ✭ 50 (+31.58%)
Mutual labels:  nix
nix-filter
a small self-container source filtering lib
Stars: ✭ 68 (+78.95%)
Mutual labels:  nix
dotfiles
No place like ~. Nix. All. The. Things.
Stars: ✭ 48 (+26.32%)
Mutual labels:  nix
nix-bisect
Bisect nix builds. Status: alpha/proof of concept. You'll probably have to dig into the implementation if you want to use it. Built for personal use, lightly maintained. PRs welcome. Issues welcome, but I make no promises regarding responses or fix
Stars: ✭ 72 (+89.47%)
Mutual labels:  nix
canonix
Experiment in Nix formatting
Stars: ✭ 18 (-52.63%)
Mutual labels:  nix
deadnix
Scan Nix files for dead code
Stars: ✭ 121 (+218.42%)
Mutual labels:  nix
grafanix
Visualize your Nix dependencies!
Stars: ✭ 38 (+0%)
Mutual labels:  nix
nixos-on-arm
Cross Compiling NixOS to ARM as a replacement for Yocto
Stars: ✭ 129 (+239.47%)
Mutual labels:  nix
nixos-config
My NixOS configuration
Stars: ✭ 23 (-39.47%)
Mutual labels:  nix
purs-nix
Manage your PureScript projects with Nix!
Stars: ✭ 27 (-28.95%)
Mutual labels:  nix

Nix docker image

STATUS: Deprecated: see https://github.com/nix-community/docker-nixpkgs

This improves on top of the nixos/nix image as it removes all Alpine Linux dependencies.

The image doesn't contain any channels to reduce the default image size and encourage users to fully pin their dependency set.

Usage

FROM nixorg/nix:latest
RUN nix run -f channel:nixos-18.03 hello -c hello

CircleCI

CircleCI assumes that git and openssh are available in the container to clone the repository. This is out of our control and we therefor cannot rely on nix-shell to pull in these dependencies.

Another image at nixorg/nix:circleci is published that contains these additional dependencies.

This branch is regularily rebased on top of master.

Update

The ./update.sh script is used to get the latest nix release.

TODO

  • /etc/passwd contains a lot of useless entries

See also

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].