nix-gh/corepkgs
Eelco Dolstra a46db5d013 * Package conflict resolution through priority levels. If there is a
user environment collission between two packages due to overlapping
  file names, then a package with a higher priority will overwrite the
  symlinks of a package with a lower priority.  E.g.,

    $ nix-env --set-flag priority 5 gcc
    $ nix-env --set-flag priority 10 binutils

  gives gcc a higher priority than binutils (higher number = lower
  priority).
2007-04-27 23:28:44 +00:00
..
buildenv * Package conflict resolution through priority levels. If there is a 2007-04-27 23:28:44 +00:00
channels * Support for srcdir != builddir (NIX-41). 2006-05-12 11:47:45 +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