1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 10:50:24 -04:00
Nix, the purely functional package manager
Find a file
2020-09-04 02:43:56 +00:00
.github speed up CI 2020-08-30 22:52:34 +02:00
config
contrib
corepkgs
doc/manual Remove the --indirect flag 2020-09-03 11:22:00 +02:00
m4
maintainers set Content-Type to "text/plain" for install script 2020-08-20 13:21:22 +02:00
misc
mk Merge remote-tracking branch 'upstream/master' into fix-and-ci-static-builds 2020-09-04 02:40:36 +00:00
nix-rust
perl Merge remote-tracking branch 'upstream/master' into derivation-header-include-order 2020-08-18 14:36:44 +00:00
scripts Merge pull request #3788 from crinklywrappr/master 2020-07-31 16:44:26 +02:00
src Merge remote-tracking branch 'upstream/master' into fix-and-ci-static-builds 2020-09-04 02:40:36 +00:00
tests Remove the --indirect flag 2020-09-03 11:22:00 +02:00
.dir-locals.el
.editorconfig
.gitignore Generate builtins section of the manual 2020-08-24 14:49:30 +02:00
.version
bootstrap.sh
configure.ac
COPYING
default.nix
flake.lock Fix clang build 2020-08-24 21:13:39 +02:00
flake.nix Separate lowdown lib and bin to be more precise 2020-09-04 02:43:56 +00:00
local.mk
Makefile
Makefile.config.in
precompiled-headers.h Config: Use nlohmann/json 2020-08-20 11:02:16 +02:00
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.