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
Domen Kožar 777c688a98
flake.lock: Update
Flake input changes:

* Updated 'nixpkgs': 'github:NixOS/nixpkgs/bb8a5e54845012ed1375ffd5f317d2fdf434b20e' -> 'github:NixOS/nixpkgs/f77036342e2b690c61c97202bf48f2ce13acc022'
2021-06-28 18:42:44 +02:00
.github
config
contrib function-trace: always show the trace 2019-09-18 23:23:21 +02:00
doc/manual
m4
maintainers
misc
mk
nix-rust
perl
scripts
src
tests
.dir-locals.el
.editorconfig
.gitignore
.version
bootstrap.sh
configure.ac
COPYING
default.nix
flake.lock flake.lock: Update 2021-06-28 18:42:44 +02:00
flake.nix
local.mk
Makefile
Makefile.config.in Drop libbz2 / zlib / lzma dependency + style fixes 2021-04-15 13:55:22 +02:00
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.