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
Maximilian Bosch 51013da921
perl: run initLibStore() on openStore()
Since #7478 it's mandatory that `initLibStore()` is called for store
operations. However that's not the case when running `openStore()` in
Perl using the perl-bindings. That breaks e.g. `hydra-eval-jobset` when
built against Nix 2.13 which uses small portions of the store API.
2023-02-02 15:56:00 +01:00
.github Update .github/PULL_REQUEST_TEMPLATE.md 2023-01-20 14:06:46 +01:00
config
contrib
doc/manual doc: fix update operator description 2023-01-20 13:21:45 +01:00
m4
maintainers state priorities in triaging and discussion process 2023-01-12 19:33:41 +01:00
misc
mk
perl perl: run initLibStore() on openStore() 2023-02-02 15:56:00 +01:00
scripts Add escape for systemd service in installer script 2023-01-14 03:46:11 +08:00
src Merge pull request #7631 from edolstra/output-names 2023-01-18 17:09:15 +01:00
tests Fix indentation 2023-01-18 16:33:39 +01:00
.dir-locals.el
.editorconfig
.gitignore
.version Bump version 2023-01-17 22:08:36 +01:00
bootstrap.sh
configure.ac
COPYING
default.nix
docker.nix
flake.lock
flake.nix flake.nix: Add nixpkgs/lib/tests as regression test 2023-01-18 01:55:21 +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.