guix/corepkgs
Eelco Dolstra 93aefd9fc0 * Give unpacked channels more sensible names than 0, 1, ... They now
get the basename of the channel URL (e.g., nixpkgs-unstable).  The
  top-level Nix expression of the channel is now an attribute set, the
  attributes of which are the individual channels (e.g.,
  {nixpkgs_unstable = ...; strategoxt_unstable = ...}).  This makes
  attribute paths ("nix-env -qaA" and "nix-env -iA") more sensible,
  e.g., "nix-env -iA nixpkgs_unstable.subversion".
2007-05-01 23:16:38 +00:00
..
buildenv * Package conflict resolution through priority levels. If there is a 2007-04-27 23:28:44 +00:00
channels * Give unpacked channels more sensible names than 0, 1, ... They now 2007-05-01 23:16:38 +00:00
nar * In nar.nix, path -> storePath, otherwise we get a collision between 2006-08-07 18:22:57 +00:00
Makefile.am * Get rid of fetchurl, we don't need it anymore. 2005-04-07 14:35:44 +00:00