nixpkgs/pkgs/shells/zsh
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
..
antibody maintainers: rename filalex77 -> Br1ght0ne 2020-11-17 13:09:31 +02:00
antigen treewide: remove periods from end of package descriptions 2020-10-17 08:22:31 -07:00
fzf-zsh treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
gradle-completion treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
grml-zsh-config treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
lambda-mod-zsh-theme treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
nix-zsh-completions treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
oh-my-zsh treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
pure-prompt pure-prompt: 1.13.0 -> 1.15.0 2020-11-11 22:33:12 +00:00
spaceship-prompt treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
zplug zplug: init at 2.4.2 2020-04-09 11:55:40 +02:00
zplugin zplugin: init at 2.3 2020-06-14 13:28:27 +02:00
zsh-autosuggestions treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
zsh-bd zsh-bd: init at 2018-07-04 2020-01-21 12:38:22 +01:00
zsh-command-time treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
zsh-completions zsh-completions: 0.31.0 -> 0.32.0 2020-07-07 23:40:03 +00:00
zsh-deer treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
zsh-fast-syntax-highlighting zsh-fast-syntax-highlighting: init at 1.54 (#65429) 2019-11-19 21:20:17 -05:00
zsh-git-prompt treewide: remove unused variables (#63177) 2019-06-16 19:59:05 +00:00
zsh-history treewide: remove obsolete attribute goPackagePath in buildGoModule derivations (#95092) 2020-08-11 21:04:55 +00:00
zsh-history-substring-search treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
zsh-nix-shell treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
zsh-powerlevel9k treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
zsh-powerlevel10k zsh-powerlevel10k: 0.14.3 -> 0.14.4 2020-12-18 18:13:01 +01:00
zsh-prezto treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
zsh-syntax-highlighting treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
zsh-you-should-use treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
default.nix zsh: Disable compiling in /usr/local/... as the site fndir 2020-11-28 19:04:06 -05:00