Commit graph

11 commits

Author SHA1 Message Date
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 ee702dac70 ergo: 3.3.5 -> 3.3.6 2020-11-11 04:23:45 +00:00
R. RyanTM bf92b1ba10 ergo: 3.3.4 -> 3.3.5 2020-10-29 14:19:08 +00:00
R. RyanTM 0a39c42f52 ergo: 3.3.3 -> 3.3.4 2020-10-18 04:08:43 +00:00
R. RyanTM b67fea5c66 ergo: 3.3.1 -> 3.3.3 2020-09-25 06:12:28 +00:00
R. RyanTM 8c61660aee ergo: 3.3.0 -> 3.3.1 2020-08-22 06:29:33 +00:00
R. RyanTM 0418df84f8 ergo: 3.2.7 -> 3.3.0 2020-08-10 06:49:42 +00:00
R. RyanTM 238343fcaf ergo: 3.2.6 -> 3.2.7 2020-07-02 08:27:02 +00:00
R. RyanTM 814893b274 ergo: 3.2.5 -> 3.2.6 2020-06-14 14:20:11 +00:00
Marek Mahut ffd6460df9 ergo: 3.2.4 -> 3.2.5 2020-05-26 21:47:31 +02:00
Marek Mahut e04964d528 ergo: init at 3.2.4 2020-05-26 21:47:31 +02:00