Go to file
Eelco Dolstra 6c58a943ef Add nix-pack utility
This transforms a set of Nix expressions into a single file. The
typical use case is to replace the top-level default.nix in Nixpkgs
with a single file that includes (almost) all Nix expressions
reachable from that file. This reduces I/O overhead, especially on
non-SSD systems.
2014-10-20 10:45:06 +02:00
config Add config.guess, config.sub and install-sh 2013-11-25 11:26:02 +00:00
corepkgs Use proper quotes everywhere 2014-08-20 18:03:48 +02:00
doc nix-channel: Add --rollback flag 2014-10-14 12:08:04 +02:00
misc Derive Emacs nix-mode from prog-mode. 2014-09-17 13:35:12 +02:00
mk Merge commit '2aa93858afee22e0c32d8f4366970976374091ac' 2014-08-20 18:44:26 +02:00
perl Remove unused @sshOpts flag 2014-10-14 11:01:18 +02:00
scripts Fix nix-copy-closure --from 2014-10-15 15:05:13 -04:00
src Add nix-pack utility 2014-10-20 10:45:06 +02:00
tests Add primop ‘catAttrs’ 2014-10-04 18:15:03 +02:00
.gitignore Install some pkgconfig files 2014-09-18 12:00:40 +02:00
COPYING * Change this to LGPL to keep the government happy. 2006-04-25 16:41:06 +00:00
INSTALL * Autoconf / Automake configuration and building. 2003-04-04 16:14:56 +00:00
Makefile Add nix-pack utility 2014-10-20 10:45:06 +02:00
Makefile.config.in Remove unused w3m dependency 2014-09-17 17:42:00 +02:00
README * Install documentation in $(docdir) (i.e. share/doc/nix). 2008-11-19 13:19:09 +00:00
bootstrap.sh bootstrap: Simplify & make more robust. 2011-09-06 12:11:05 +00:00
configure.ac configure: Force regeneration of Makefile.config 2014-09-22 13:00:58 +02:00
dev-shell Make dev-shell script work on Darwin 2014-07-16 11:53:47 +02:00
local.mk Install config.h only once 2014-08-20 18:33:07 +02:00
nix.spec.in Update spec file 2014-09-18 15:42:01 +02:00
release.nix Drop support for pre-c++11 compilers. 2014-10-18 22:44:59 -04:00
version Bump version to 1.8 2014-04-11 11:15:24 +02:00

README

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/).