Skip to content

NixOS/nix

Folders and files

NameName
Last commit message
Last commit date
Oct 23, 2023
Jun 1, 2021
Sep 18, 2019
Apr 9, 2024
Jul 3, 2019
Jan 12, 2023
Dec 9, 2022
Aug 7, 2023
Feb 3, 2023
Jan 3, 2023
Mar 7, 2024
Oct 18, 2023
Jul 10, 2020
Jun 5, 2017
Sep 13, 2022
Oct 18, 2023
Apr 25, 2006
May 25, 2022
Jun 23, 2022
Jul 30, 2022
Apr 7, 2023
Sep 6, 2011
Jan 25, 2023
Jan 24, 2022
Nov 29, 2022
Dec 8, 2022
Jan 25, 2023
Dec 3, 2020
Aug 20, 2020
Jan 24, 2022

Repository files navigation

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.