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
eldritch horrors 298be50d7d Merge pull request #9690 from obsidiansystems/nixos-23.05-small-again
flake: Go back to regular `nixos-23.05-small`
(cherry picked from commit 1ed245a60672c123c1348a63061fb4d64fb95212)
Change-Id: I33f5fe20cd6bc658a461f560e458b440b3b7e18e
2024-03-04 07:47:58 +01:00
.github
config
contrib
doc Merge pull request #9658 from pennae/env-diet 2024-03-04 07:37:45 +01:00
m4
maintainers Merge pull request #9393 from hercules-ci/changelog-d 2024-03-04 07:11:19 +01:00
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 Merge pull request #9639 from awakesecurity/mz/darwin-UID-override 2024-03-04 07:26:19 +01:00
src Merge pull request #9687 from edolstra/withFramedSink-ctrl-c-hang 2024-03-04 07:40:17 +01:00
tests Merge pull request #9617 from 9999years/stack-overflow-segfault 2024-03-04 07:35:20 +01:00
unit-test-data/libstore
.dir-locals.el
.editorconfig
.gitignore Merge pull request #9393 from hercules-ci/changelog-d 2024-03-04 07:11:19 +01:00
.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 #9690 from obsidiansystems/nixos-23.05-small-again 2024-03-04 07:47:58 +01:00
flake.nix Merge pull request #9690 from obsidiansystems/nixos-23.05-small-again 2024-03-04 07:47:58 +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.