A modern, delicious implementation of the Nix package manager, focused on correctness, usability, and growth — and committed to doing right by its community https://lix.systems
Find a file
eldritch horrors 82075c8ebd Merge pull request from syvb/channel-unpack-count
Say how many channels were unpacked in nix-channel

(cherry picked from commit 9ae665b9e1dc64c507ab6002fc5d7824208f3777)
Change-Id: Ie0950cf32123b550c5b83981a020e513f72a9b7c
2024-03-04 09:25:17 +01:00
.github
config
contrib
doc Merge pull request from 9999years/debugger-locals-for-let-expressions 2024-03-04 08:54:52 +01:00
m4 Merge pull request from obsidiansystems/gcc-bug-ergonomics 2024-03-04 05:24:33 +01:00
maintainers Merge pull request from hercules-ci/changelog-d 2024-03-04 07:11:19 +01:00
misc Merge pull request from hercules-ci/rl-next-md-frontmatter 2024-03-04 07:12:09 +01:00
mk Merge pull request from obsidiansystems/build-dir 2024-03-04 07:11:25 +01:00
perl Merge pull request from obsidiansystems/split-out-perl-nix 2024-03-04 04:37:44 +01:00
scripts Merge pull request from abathur/fix_macos_daemon_perms 2024-03-04 09:25:17 +01:00
src Merge pull request from syvb/channel-unpack-count 2024-03-04 09:25:17 +01:00
tests Ban building Nix with NDEBUG 2024-03-04 09:24:58 +01:00
unit-test-data/libstore Merge pull request from obsidiansystems/derivation-test-with-files 2024-03-04 05:21:10 +01:00
.dir-locals.el
.editorconfig
.gitignore Merge pull request from pennae/debugger-fix 2024-03-04 08:57:44 +01:00
.version
boehmgc-coroutine-sp-fallback.diff
boehmgc-traceable_allocator-public.diff Merge pull request from hercules-ci/remove-vlas 2024-03-04 07:11:25 +01:00
configure.ac Merge pull request from NixOS/pkg-config-gmock 2024-03-04 08:47:39 +01:00
CONTRIBUTING.md
COPYING
default.nix
docker.nix
flake.lock Merge pull request from obsidiansystems/nixos-23.05-small-again 2024-03-04 07:47:58 +01:00
flake.nix Merge pull request from 9999years/update-clang-stdenv 2024-03-04 07:48:42 +01:00
local.mk Merge pull request from Ericson2314/positive-source-filtering 2024-03-04 04:36:42 +01:00
Makefile Merge pull request from obsidiansystems/build-dir 2024-03-04 07:11:25 +01:00
Makefile.config.in Merge pull request from Ericson2314/positive-source-filtering 2024-03-04 04:36:42 +01: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 to set up a development environment and build Nix from source.

Additional Resources

License

Nix is released under the LGPL v2.1.