Find a file
Eelco Dolstra 78b01de68d substituteAll: Enumerate environment variables more reliably
Getting the names of all environment variables is tricky. The previous
implementation easily got confused by multi-line variables. The new
one is more reliable but not still not perfect.

This works around a segfault in Bash 4.3, where the expression
"${!var}" (where var="-9") crashes under certain conditions.

http://hydra.nixos.org/build/16693445
2014-11-10 13:35:09 +01:00
doc Document meta.branch 2014-10-07 16:23:27 +04:00
lib nixos: Try to show an helpful message when the user sets config. or options. 2014-11-01 23:33:24 +01:00
maintainers/scripts Make travis use "nox-review pr" 2014-10-31 14:49:51 +01:00
nixos Merge remote-tracking branch 'origin/master' into staging. 2014-11-02 16:15:53 +01:00
pkgs substituteAll: Enumerate environment variables more reliably 2014-11-10 13:35:09 +01:00
.gitignore
.travis.yml Travis: chop build in install and build phases 2014-10-15 11:05:12 +02:00
.version .version shouldn't include newline 2014-10-22 15:59:35 +02:00
COPYING
default.nix require Nix 1.7 for nixpkgs, since we're using antiquotation inside quoted attribute sets 2014-09-04 18:44:03 +02:00
README.md

Nixpkgs is a collection of packages for Nix package manager. Nixpkgs also includes NixOS linux distribution source code.