My nixpkgs mirror for patching things.
Go to file
Peter Simons e2d7d57ff6 Allow user config to override nix store paths, etc. Removed obsolete nixNoBDB.
Use the following settings in ${NIXPKGS_CONFIG} to customize the installation
of nixUnstable:

  nix =
  {
    OldDBSupport = false;
    storeDir = "/home/foobar/.nix/store";
    stateDir = "/home/foobar/.nix/var";
  }

svn path=/nixpkgs/trunk/; revision=12909
2008-09-24 08:50:05 +00:00
doc * Stdenv functions. 2008-09-05 11:23:49 +00:00
maintainers * DBus 1.1.20. 2008-03-04 13:30:34 +00:00
pkgs Allow user config to override nix store paths, etc. Removed obsolete nixNoBDB. 2008-09-24 08:50:05 +00:00
COPYING * Applying an MIT-style license to Nixpkgs. 2006-04-25 16:50:34 +00:00
default.nix * For convenience, provide a top-level Nix expression that simply 2007-04-26 14:32:57 +00:00
STABLE * Move stuff. 2005-02-21 16:05:33 +00:00
VERSION * Quick start section. 2008-06-17 14:19:59 +00:00