nixpkgs/pkgs/shells/bash
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
..
bash-completion treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
nix-bash-completions treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
4.4.nix treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
5.1.nix treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
bash-4.4-patches.nix bash: 4.4p19 -> 4.4p23 2018-06-10 01:15:45 -05:00
bash-5.1-patches.nix bash: 5.0 -> 5.1 2020-12-22 10:43:59 +11:00
cygwin-bash-4.4.11-2.src.patch bash: simplify expression, add withDocs option 2018-04-25 19:50:54 +00:00
pgrp-pipe-4.4.patch bash: enable PGRP_PIPE deterministically #77055 2020-01-15 09:45:11 +01:00
pgrp-pipe-5.1.patch bash: 5.0 -> 5.1 2020-12-22 10:43:59 +11:00
update-patch-set.sh bash: Use nix-shell in update script 2020-10-15 19:34:49 -04:00