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 a8edf185a9 Add constant ‘nixPath’
It contains the Nix expression search path as a list of { prefix, path
} sets, e.g.

  [ { path = "/nix/var/nix/profiles/per-user/root/channels/nixos"; prefix = ""; }
    { path = "/etc/nixos/configuration.nix"; prefix = "nixos-config"; }
    { path = "/home/eelco/Dev/nix/inst/share/nix/corepkgs"; prefix = "nix"; }
  ]
2014-05-26 14:55:47 +02:00
config
corepkgs derivation: Don't require certain function arguments 2014-04-04 21:53:47 +02:00
doc nix-store -l: Fetch build logs from the Internet 2014-05-21 17:19:36 +02:00
misc Prepare nix-mode to be uploaded to marmalade 2014-05-13 12:58:13 +02:00
mk
perl
scripts Don't barf when installing as root 2014-04-10 23:42:48 +02:00
src Add constant ‘nixPath’ 2014-05-26 14:55:47 +02:00
tests Add constant ‘nixPath’ 2014-05-26 14:55:47 +02:00
.gitignore Install an Upstart service 2014-05-02 13:14:10 +02:00
AUTHORS
bootstrap.sh
build.nix
configure.ac
COPYING
dev-shell
INSTALL
local.mk Remove redundant code 2014-05-14 22:25:25 +02:00
Makefile Install an Upstart service 2014-05-02 13:14:10 +02:00
Makefile.config.in nix-store -l: Fetch build logs from the Internet 2014-05-21 17:19:36 +02:00
nix.spec.in Really fix the RPM builds 2014-05-06 10:51:16 +02:00
README
release.nix Add ubuntu 14.04 2014-05-03 17:54:48 +02:00
version Bump version to 1.8 2014-04-11 11:15:24 +02:00

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