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
Yorick 444af85552
Temporarily disable the debugger during completion evaluation
readline is not re-entrant, so entering the debugger from the
completioncallback results in an eventual segfault.

The workaround is to temporarily disable the debugger when searching
for possible completions.
2022-11-02 13:02:24 +01:00
.github Bump cachix/cachix-action from 10 to 11 2022-10-19 08:50:25 +00:00
config
contrib
doc/manual Merge pull request #7191 from jherland/antiquoted-paths 2022-10-26 12:42:59 +02:00
m4
maintainers
misc
mk
perl
scripts Fix fish shell MANPATH creation 2022-10-03 14:37:28 -07:00
src Temporarily disable the debugger during completion evaluation 2022-11-02 13:02:24 +01:00
tests Merge pull request #7039 from Mic92/libfetchers-variant 2022-10-31 11:48:51 +01:00
.dir-locals.el
.editorconfig
.gitignore
.version
boehmgc-coroutine-sp-fallback.diff
bootstrap.sh
configure.ac
COPYING
default.nix
docker.nix
flake.lock
flake.nix Merge pull request #7043 from edolstra/installer-test 2022-09-26 17:34:23 +02: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.