nixpkgs/nixos/modules/services
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
..
admin
amqp
audio nixos/mpd: use credentials only if needed 2021-01-11 09:07:34 +02:00
backup modules/tarsnap: document timestamp format 2021-01-10 16:47:15 +02:00
cluster
computing nixos/slurm: fix dbdserver config file handling 2020-12-16 20:34:14 +01:00
continuous-integration
databases openldap: fix typo in maintainers 2021-01-13 19:15:18 +01:00
desktops nixos/pipewire: improve assertion messages 2021-01-07 13:11:05 -05:00
development hoogle: set the host to bind on 2020-12-30 04:36:00 +01:00
editors treewide: emacsPackages -> emacs.pkgs & emacsWithPackages -> emacs.pkgs.withPackages 2021-01-13 17:13:10 +01:00
games
hardware Merge pull request #102106 from tadfisher/throttled-msr-warning 2020-12-29 01:28:09 +01:00
logging
mail nixos/postfix: deprecate services.postfix.useDane 2021-01-14 10:24:31 +00:00
misc gitAndTools: move everything to the top level 2021-01-14 21:27:48 +00:00
monitoring nixos/prometheus: remove unnecessary whitespace 2021-01-10 13:09:47 -05:00
network-filesystems nixos/samba-wsdd: fix starting 2020-12-17 20:52:30 +03:00
networking Merge pull request #109114 from illustris/searx 2021-01-14 10:15:37 +01:00
printing
scheduling
search
security fprintd: Use cfg.package instead of pkgs.fprintd 2021-01-10 11:29:43 -05:00
system
torrent
ttys nixos/getty: add services.getty.loginOptions 2021-01-08 13:55:25 +00:00
video
wayland
web-apps nixos/whitebophir: init 2021-01-13 01:25:43 +01:00
web-servers nixos/uwsgi: add support for POSIX capabilities 2021-01-07 23:17:07 +01:00
x11 Merge pull request #109066 from michael-p-m-white/reenable-working-clfswm 2021-01-14 14:14:56 +00:00