nixpkgs/pkgs
Alyssa Ross 3893d6c6d7 gitAndTools: move everything to the top level
The comment at the top of git-and-tools/default.nix said:

    /* All git-relates tools live here, in a separate attribute set so that users
     * can get a fast overview over what's available.

but unfortunately that hasn't actually held up in practice.

Git-related packages have continued to be added to the top level, or
into gitAndTools, or sometimes both, basically at random, so having
gitAndTools is just confusing.  In fact, until I looked as part of
working on getting rid of gitAndTools, one program (ydiff) was
packaged twice independently, once in gitAndTools and once at the top
level (I fixed this in 98c3490196).

So I think it's for the best if we move away from gitAndTools, and
just put all the packages it previously contained at the top level.
I've implemented this here by just making gitAndTools an alias for the
top level -- this saves having loads of lines in aliases.nix.  This
means that people can keep referring to gitAndTools in their
configuration, but it won't be allowed to be used within Nixpkgs, and
it won't be presented to new users by e.g. nix search.

The only other change here that I'm aware of is that
appendToName "minimal" is not longer called on the default git
package, because doing that would have necessitated having a private
gitBase variable like before.  I think it makes more sense not to do
that anyway, and reserve the "minimal" suffix only for gitMinimal.
2021-01-14 21:27:48 +00:00
..
applications gitAndTools: move everything to the top level 2021-01-14 21:27:48 +00:00
build-support treewide: emacsPackages -> emacs.pkgs & emacsWithPackages -> emacs.pkgs.withPackages 2021-01-13 17:13:10 +01:00
common-updater pkgs.common-updater-scripts: update-source-version name singular 2021-01-09 10:08:52 +00:00
data luna-icons: 0.9.1 -> 0.9.2 2021-01-14 10:23:44 -03:00
desktops Merge pull request #109324 from tpwrules/lxqt-fix-locations 2021-01-14 18:25:26 +00:00
development gitAndTools: move everything to the top level 2021-01-14 21:27:48 +00:00
games Merge pull request #109366 from lukegb/factorio 2021-01-14 16:24:30 +01:00
misc Merge pull request #108225 from avnik/wine-update 2021-01-14 19:22:06 +00:00
os-specific Merge pull request #108866 from markuskowa/new-targetisns 2021-01-14 21:06:59 +01:00
pkgs-lib
servers Merge pull request #109284 from fabaff/gps3 2021-01-14 21:18:55 +01:00
shells gitAndTools: move everything to the top level 2021-01-14 21:27:48 +00:00
stdenv llvmPackages: select version by targetPlatform 2021-01-11 11:10:53 +01:00
test
tools gitAndTools: move everything to the top level 2021-01-14 21:27:48 +00:00
top-level gitAndTools: move everything to the top level 2021-01-14 21:27:48 +00:00