nixpkgs/pkgs/top-level
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
..
agda-packages.nix agda-packages: add fla library at v0.1 2020-10-15 10:54:22 -06:00
aliases.nix gitAndTools: move everything to the top level 2021-01-14 21:27:48 +00:00
all-packages.nix gitAndTools: move everything to the top level 2021-01-14 21:27:48 +00:00
beam-packages.nix autoconf: use buildPackages when overriding version 2021-01-01 10:50:13 +01:00
config.nix
coq-packages.nix coqPackages: refactor 2021-01-09 11:56:17 +01:00
darwin-packages.nix darwin/apple-sdk: use darwin stubs 2020-11-12 00:23:09 +09:00
default.nix top-level: ignore unexpected args 2020-10-01 11:21:32 -07:00
dhall-packages.nix Fix support for extending Dhall package set 2021-01-10 10:54:10 +01:00
dotnet-packages.nix toplevel: stdenv.lib -> lib 2021-01-10 17:44:59 +01:00
emacs-packages.nix emacsPackages*: Move to emacs*.pkgs 2021-01-13 17:04:55 +01:00
emscripten-packages.nix toplevel: stdenv.lib -> lib 2021-01-10 17:44:59 +01:00
haskell-packages.nix haskellPackages: update default compiler from ghc 8.10.2 to version 8.10.3 2020-12-25 20:41:54 +01:00
haxe-packages.nix toplevel: stdenv.lib -> lib 2021-01-10 17:44:59 +01:00
impure.nix Revert "top-level: fix nix-shell eval w/nixUnstable" 2020-10-01 11:21:06 -07:00
java-packages.nix javaPackages: add upgraded packages 2020-10-22 10:11:36 +09:00
lua-packages.nix toplevel: stdenv.lib -> lib 2021-01-10 17:44:59 +01:00
make-tarball.nix
metrics.nix
ocaml-packages.nix ocamlPackages.bitstring: 3.1.1 → 4.0.1 2021-01-07 07:43:29 +01:00
packages-config.nix treewide: emacsPackages -> emacs.pkgs & emacsWithPackages -> emacs.pkgs.withPackages 2021-01-13 17:13:10 +01:00
perl-packages.nix perlPackages.NetHTTPSNB: fix stdenv.lib -> lib 2021-01-14 16:22:41 +01:00
php-packages.nix phpPackags.gettext: configureFlags should be a list 2021-01-12 13:10:35 +01:00
pure-packages.nix
python-packages.nix gitAndTools: move everything to the top level 2021-01-14 21:27:48 +00:00
release-alternatives.nix sundials_2: remove 2020-12-19 10:59:35 +02:00
release-cross.nix release*: Support nixpkgsArgs for all release-*.nix files 2020-09-11 18:22:01 +02:00
release-lib.nix release-lib: Don't use tryEval for packagePlatforms 2020-11-26 15:32:08 +01:00
release-python.nix release*: Support nixpkgsArgs for all release-*.nix files 2020-09-11 18:22:01 +02:00
release-small.nix utillinux: rename to util-linux 2020-11-24 12:42:06 -05:00
release.nix Revert "release: disable darwin bootstrapped stdenv test" 2020-12-22 11:43:54 +09:00
ruby-packages.nix Revert "Merge branch 'master' into staging-next" 2020-12-31 08:50:36 +01:00
splice.nix
stage.nix tree-wide: do not use pkgs.extend in nixpkgs 2020-11-30 14:24:40 +01:00
static.nix haskell: Inline static overlay 2021-01-11 03:17:29 +00:00
unixtools.nix unixtools: align attribute name with filename 2021-01-14 09:00:15 +01:00
wine-packages.nix