nixpkgs/pkgs/top-level
Eelco Dolstra ed58e70864 * Rather than having the Nixpkgs config file as a flat set of
configuration switches, it should be structured.  For instance,

  {
    firefox = {
      enableRealPlayer = true;
    };
    quake3 = {
      dataFiles = "/windows/D/Program Files/Quake 3/baseq3";
    }
  }

  Configuration switches can be obtained using the function getConfig,
  e.g., `getConfig ["firefox" "enableRealPlayer"] false'.

svn path=/nixpkgs/trunk/; revision=6596
2006-09-24 18:59:49 +00:00
..
all-packages.nix * Rather than having the Nixpkgs config file as a flat set of 2006-09-24 18:59:49 +00:00
build-for-release.nix * Add a powerpc-darwin package. 2006-08-30 15:41:25 +00:00
mingw.nix * Remove execute permission. 2006-09-11 13:37:46 +00:00