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
Scott R. Parish 96d3534a9e fix "nix-build" examples
The existing "nix-build" examples were failing:

  error: cannot auto-call a function that has an argument without a default value (‘system’)

Thanks to @groxxda on irc for pointing out the fix!

Updated to completely remove unneeded path argument, suggested by @joachifm

Updated to remove other occurences of `all-packages.nix` from files as
suggested by @domenkozar
2016-04-26 13:30:57 -07:00
config
corepkgs
doc/manual fix "nix-build" examples 2016-04-26 13:30:57 -07:00
misc
mk
perl Move path info caching from BinaryCacheStore to Store 2016-04-19 18:52:53 +02:00
scripts install-nix-from-closure: Don't run nix-store --verify 2016-04-14 12:50:01 +02:00
src Factor out parallel processing of work items that have dependencies 2016-04-22 20:50:06 +02:00
tests Fix test failures 2016-04-21 18:21:25 +02:00
.dir-locals.el
.gitignore Remove manifest support 2016-04-11 16:20:15 +02:00
bootstrap.sh
configure.ac
COPYING
dev-shell
INSTALL
local.mk
Makefile Remove manifest support 2016-04-11 16:20:15 +02:00
Makefile.config.in
nix.spec.in
README
release.nix Move S3BinaryCacheStore from Hydra 2016-04-21 16:08:51 +02:00
version

Nix is a purely functional package manager.  For installation and
usage instructions, please read the manual, which can be found in
`docs/manual/manual.html', and additionally at the Nix website at
<http://nixos.org/>.


Acknowledgments

This product includes software developed by the OpenSSL Project for
use in the OpenSSL Toolkit (http://www.OpenSSL.org/).