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
wmertens 4916d92092 Always verify nix store on install
Just wasted a couple hours chasing shadows because the nix store got
corrupted and there was no indication of that anywhere.

Since an install is one-time only, might as well verify.  Optimization
showed that the copied files aren't read-only; fixed that as well.

Also, use /bin/sh since there's a good chance that this script will be
run on systems without /bin/bash
2016-04-10 21:55:26 +02:00
config
corepkgs
doc/manual Remove failed build caching 2016-04-08 18:19:04 +02:00
misc Dockerfile: 1.9 -> 1.11.2, add more users 2016-03-16 21:26:09 +00:00
mk
perl importPaths(): Optionally add NARs to binary cache accessor 2016-03-02 15:46:07 +01:00
scripts Always verify nix store on install 2016-04-10 21:55:26 +02:00
src Remove failed build caching 2016-04-08 18:19:04 +02:00
tests Remove failed build caching 2016-04-08 18:19:04 +02:00
.dir-locals.el Add .dir-locals.el for Emacs 2016-01-28 11:12:04 +01:00
.gitignore Start of new Nix command-line interface 2016-02-09 21:28:29 +01:00
bootstrap.sh
configure.ac configure.ac: strip -musl in the same way as -gnu 2016-03-03 14:11:00 +01:00
COPYING
dev-shell
INSTALL
local.mk
Makefile Start of new Nix command-line interface 2016-02-09 21:28:29 +01:00
Makefile.config.in
nix.spec.in Fix RPM build 2016-03-15 12:15:19 +01:00
README
release.nix Kill the temporary darwin-specific channel 2016-03-28 20:06:46 -04: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/).