My nixpkgs mirror for patching things.
Go to file
James Cook d2c0011c2f ruby: Fix build on systems with store optimisation. Closes #4273. #4266 promises a better fix.
(The build process attempted to copy file a overwriting file b, where a
and b are hard-linked, which results in cp returning a non-zero exit
code.)
https://github.com/NixOS/nixpkgs/issues/4266
2014-10-25 06:13:16 +03:00
doc Document meta.branch 2014-10-07 16:23:27 +04:00
lib Add the Unlicense 2014-10-22 18:43:34 +02:00
maintainers/scripts travis build: oops 2014-10-15 18:50:28 +02:00
nixos gnome3: Add cantarell fonts. Closes #4633 2014-10-24 11:50:47 +02:00
pkgs ruby: Fix build on systems with store optimisation. Closes #4273. #4266 promises a better fix. 2014-10-25 06:13:16 +03: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 * Applying an MIT-style license to Nixpkgs. 2006-04-25 16:50:34 +00:00
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 Fixed link to installation instructions in README 2014-05-26 22:19:22 +02:00

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