Commit graph

9 commits

Author SHA1 Message Date
R. RyanTM 688a5b4c37 git-filter-repo: 2.29.0 -> 2.32.0 2021-06-08 03:48:25 +00:00
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
R. RyanTM 73e3b14503 gitAndTools.git-filter-repo: 2.28.0 -> 2.29.0 2020-11-02 05:48:03 +00:00
R. RyanTM 01676580dc gitAndTools.git-filter-repo: 2.27.1 -> 2.28.0 2020-07-28 15:10:46 +00:00
R. RyanTM 18154b0a44 gitAndTools.git-filter-repo: 2.27.0 -> 2.27.1 2020-06-16 01:58:09 +00:00
Mario Rodas 3d44c01fe3
gitAndTools.git-filter-repo: add meta platforms 2020-06-09 18:18:18 -05:00
R. RyanTM 4f5e740880 gitAndTools.git-filter-repo: 2.26.0 -> 2.27.0 2020-06-09 19:59:57 +00:00
R. RyanTM ab049eef08 gitAndTools.git-filter-repo: 2.25.0 -> 2.26.0 2020-03-24 09:12:58 +00:00
Mario Rodas bc6c029e12
gitAndTools.git-filter-repo: init at 2.25.0 2020-01-09 04:20:00 -05:00