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
Eelco Dolstra 60834492ae Update lock files from InstallableFlake::toValue()
This ensures that the lock file is updated *before* evaluating it, and
that it gets updated for any nix command, not just 'nix build'.

Also, while computing the lock file, allow arbitrary registry lookups,
not just at top-level.

Also, improve some error messages slightly.
2019-04-16 15:02:02 +02:00
.github
config
corepkgs
doc/manual
maintainers
misc
mk
perl
scripts
src Update lock files from InstallableFlake::toValue() 2019-04-16 15:02:02 +02:00
tests
.dir-locals.el
.editorconfig
.gitignore Move flake template into a separate file 2019-04-08 23:39:38 +02:00
.travis.yml
.version
bootstrap.sh
configure.ac
COPYING
flake-registry.json Add nix to the flake registry 2019-04-16 12:36:10 +02:00
flake.nix Allow relative paths in flakerefs 2019-04-08 23:52:09 +02:00
local.mk
Makefile
Makefile.config.in
nix.spec.in
README.md
release-common.nix
release.nix
shell.nix

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.