No description
Find a file
eldritch horrors 7614aa9797 Merge pull request #4093 from matthewbauer/eval-system
Add eval-system option

(cherry picked from commit 071dbbee33af9f27338c3e53e4ea067dbfa14010)
Change-Id: Ia81358c8cfb60241da07a4d0e84b9ee62a18a53f
2024-03-04 07:21:01 +01:00
.github
config
contrib
doc Merge pull request #4093 from matthewbauer/eval-system 2024-03-04 07:21:01 +01:00
m4
maintainers
misc Merge pull request #9573 from hercules-ci/rl-next-md-frontmatter 2024-03-04 07:12:09 +01:00
mk Merge pull request #9465 from obsidiansystems/build-dir 2024-03-04 07:11:25 +01:00
perl
scripts
src Merge pull request #4093 from matthewbauer/eval-system 2024-03-04 07:21:01 +01:00
tests Merge pull request #4093 from matthewbauer/eval-system 2024-03-04 07:21:01 +01:00
unit-test-data/libstore
.dir-locals.el
.editorconfig
.gitignore
.version
boehmgc-coroutine-sp-fallback.diff
boehmgc-traceable_allocator-public.diff Merge pull request #9430 from hercules-ci/remove-vlas 2024-03-04 07:11:25 +01:00
configure.ac Merge pull request #9972 from NixOS/allow-unoptimized-builds 2024-03-04 07:11:25 +01:00
CONTRIBUTING.md
COPYING
default.nix
docker.nix
flake.lock Merge pull request #9518 from NixOS/fix-static-build 2024-03-04 07:11:25 +01:00
flake.nix Merge pull request #9575 from hercules-ci/shell-on-hydra 2024-03-04 07:12:28 +01:00
local.mk
Makefile Merge pull request #9465 from obsidiansystems/build-dir 2024-03-04 07:11:25 +01:00
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 to set up a development environment and build Nix from source.

Additional Resources

License

Nix is released under the LGPL v2.1.