My nixpkgs mirror for patching things.
Go to file
Bjørn Forsman f8c7e340a4 jquery-ui: update to latest stable (v1.11.1)
The current version (v1.10.4) is now called "legacy". The new stable version
has a different directory layout; it no longer splits css/ and js/ directories.
Since the *.js files refer to the *.css files by relative paths, I'm not
splitting them. Everything now goes to "$out/js/".

Also, upstream removed version numbers from filenames, so we don't need to
create those version-less symlinks anymore.
2014-09-07 13:36:13 +02:00
doc remove bittorrent package since it's obsolete 2014-09-05 22:49:31 +02:00
lib fix typo in postgresql license definition 2014-09-04 20:40:03 +02:00
maintainers/scripts Remove broken script 2014-07-30 10:23:05 +02:00
nixos nixos-manual: Fix reference to obsolete configuration option 2014-09-07 11:58:06 +02:00
pkgs jquery-ui: update to latest stable (v1.11.1) 2014-09-07 13:36:13 +02: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
.version Update version 2014-04-23 08:02:18 -04: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.