No description
Find a file
eldritch horrors 20d7b93b0c Merge pull request #9838 from obsidiansystems/systemTypes-set
Make `Machine::systemTypes` a set not vector

(cherry picked from commit f1b030415376e81c5804647c055d71eaba4aa725)
Change-Id: I6d4f5c0bfc226e9bd66c58c360cd99e3fac9a129
2024-03-04 08:39:24 +01:00
.github
config
contrib
doc Merge pull request #9692 from 9999years/update-clang-stdenv 2024-03-04 07:48:42 +01:00
m4
maintainers
misc
mk
perl
scripts
src Merge pull request #9838 from obsidiansystems/systemTypes-set 2024-03-04 08:39:24 +01:00
tests Merge pull request #9632 from cole-h/nix-daemon-testing 2024-03-04 08:17:32 +01:00
unit-test-data/libstore
.dir-locals.el
.editorconfig
.gitignore Merge pull request #9726 from DavHau/gitignore 2024-03-04 07:50:42 +01:00
.version
boehmgc-coroutine-sp-fallback.diff
boehmgc-traceable_allocator-public.diff
configure.ac
CONTRIBUTING.md
COPYING
default.nix
docker.nix
flake.lock
flake.nix Merge pull request #9692 from 9999years/update-clang-stdenv 2024-03-04 07:48:42 +01: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 to set up a development environment and build Nix from source.

Additional Resources

License

Nix is released under the LGPL v2.1.