forked from mirrors/nixpkgs
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
|
||
---|---|---|
.. | ||
antibody | ||
antigen | ||
fzf-zsh | ||
gradle-completion | ||
grml-zsh-config | ||
lambda-mod-zsh-theme | ||
nix-zsh-completions | ||
oh-my-zsh | ||
pure-prompt | ||
spaceship-prompt | ||
zplug | ||
zplugin | ||
zsh-autosuggestions | ||
zsh-bd | ||
zsh-command-time | ||
zsh-completions | ||
zsh-deer | ||
zsh-fast-syntax-highlighting | ||
zsh-git-prompt | ||
zsh-history | ||
zsh-history-substring-search | ||
zsh-nix-shell | ||
zsh-powerlevel9k | ||
zsh-powerlevel10k | ||
zsh-prezto | ||
zsh-syntax-highlighting | ||
zsh-you-should-use | ||
default.nix |