Find a file
Eelco Dolstra 1014620bce stdenv: Statically include the default build inputs
Otherwise, stdenv won't have a reference to e.g. patchelf on Linux
(because it was passed in by mkDerivation). This causes the installer
tests to fail, because having "stdenv" in the installation CD closure
is not enough to pull in all stdenv packages.

http://hydra.nixos.org/build/16546643
2014-11-06 12:10:28 +01:00
doc Document meta.branch 2014-10-07 16:23:27 +04:00
lib Turn more licenses into lib.licenses style 2014-11-06 00:48:16 +00:00
maintainers/scripts Improve escaping (process backtick) and remove trailing spaces 2014-11-04 13:00:25 +03:00
nixos Merge remote-tracking branch 'origin/master' into staging 2014-11-06 10:16:39 +01:00
pkgs stdenv: Statically include the default build inputs 2014-11-06 12:10:28 +01:00
.gitignore Add .DS_Store to gitignore so we Mac users don't accidentally pollute nixpkgs with ugliness 2014-08-09 20:53:36 -04:00
.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.