Staging environment for Lix release engineering scripts
Find a file
2018-02-08 12:24:48 +01:00
.github Rename 1.12 -> 2.0 2018-01-31 18:58:45 +01:00
config
corepkgs <nix/fetchurl.nix>: Don't access builtins.currentSystem 2018-01-16 19:24:23 +01:00
doc/manual Merge pull request #1816 from shlevy/add-path 2018-02-07 13:32:35 +01:00
maintainers
misc
mk Add pure evaluation mode 2018-01-16 19:23:18 +01:00
perl
scripts solves #1582 2018-01-29 21:33:17 +01:00
src Merge branch 'master' of https://github.com/NixOS/nix into parallel-xz 2018-02-08 12:24:48 +01:00
tests builtins.path test: Don't rely on shlevy's XDG_RUNTIME_DIR 2018-02-07 10:26:53 -05:00
.dir-locals.el
.editorconfig
.gitignore
.travis.yml
bootstrap.sh
configure.ac configure: Use $CPP instead of cpp directly 2018-01-29 02:20:48 -05:00
COPYING
local.mk release.nix: Use fetchTarball and fetchGit 2017-12-22 11:35:32 +01:00
Makefile
Makefile.config.in use libbrotli directly when available 2017-12-30 20:26:33 -06:00
nix.spec.in
README.md
release-common.nix release-common: use shell from nixpkgs, provide fallback for compat 2018-02-05 11:33:18 -06:00
release.nix Simplify 2018-02-07 14:15:20 +01:00
shell.nix
version Rename 1.12 -> 2.0 2018-01-31 18:58:45 +01:00

Nix, the purely functional package manager

Nix is a new take on package management that is fairly unique. Because of its purity aspects, a lot of issues found in traditional package managers don't appear with Nix.

To find out more about the tool, usage and installation instructions, please read the manual, which is available on the Nix website at http://nixos.org/nix/manual.

Contributing

Take a look at the Hacking Section of the manual. It helps you to get started with building Nix from source.

License

Nix is released under the LGPL v2.1

This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit.