A modern, delicious implementation of the Nix package manager, focused on correctness, usability, and growth — and committed to doing right by its community
Find a file
John Ericson 46e942ff9e Do big rename to clean up code
- `PathReferences` -> `References`

- `PathReferences<StorePath>` -> `StoreReference`

- `references` -> `others`

- `hasSelfReference` -> `self`

And get rid of silly subclassing
2023-01-06 15:36:05 -05:00
.github Bump zeebe-io/backport-action from 0.0.9 to 1.0.1 2022-12-26 22:00:45 +00:00
config
contrib
doc/manual Merge pull request #7498 from fricklerhandwerk/path+string 2023-01-06 13:46:31 +01:00
m4
maintainers
misc
mk
perl Use named field initialization for references 2023-01-06 12:24:20 -05:00
scripts
src Do big rename to clean up code 2023-01-06 15:36:05 -05:00
tests Don't check NixOS modules 2023-01-05 18:23:30 +01:00
.dir-locals.el
.editorconfig
.gitignore
.version
bootstrap.sh
configure.ac
COPYING
default.nix
docker.nix
flake.lock
flake.nix Merge pull request #7367 from lheckemann/nixpkgs-22.11 2022-12-23 23:20:48 +01:00
local.mk
Makefile
Makefile.config.in
precompiled-headers.h
README.md
shell.nix

Nix

Open Collective supporters Test

Nix is a powerful package manager for Linux and other Unix systems that makes package management reliable and reproducible. Please refer to the Nix manual for more details.

Installation

On Linux and macOS the easiest way to install Nix is to run the following shell command (as a user other than root):

$ curl -L https://nixos.org/nix/install | sh

Information on additional installation methods is available on the Nix download page.

Building And Developing

See our Hacking guide in our manual for instruction on how to build nix from source with nix-build or how to get a development environment.

Additional Resources

License

Nix is released under the LGPL v2.1.