Commit graph

12 commits

Author SHA1 Message Date
R. RyanTM ff27c8e0ad last: 1178 -> 1179 2021-02-21 21:24:17 +00:00
R. RyanTM ad28c0fb42 last: 1170 -> 1178 2021-01-30 07:52:29 +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
Justin Bedo 62432c855f
last: 1145 -> 1170 2021-01-05 10:29:31 +11:00
R. RyanTM a698dfa0a2 last: 1133 -> 1145 2020-11-13 23:30:53 +00:00
Justin Bedo 32573f4b6e
last: 1066 -> 1133 2020-10-31 10:59:02 +11:00
R. RyanTM aca998de5e last: 1061 -> 1066 2020-07-05 08:43:25 +00:00
R. RyanTM 25841d95c5 last: 1060 -> 1061 2020-05-22 02:21:55 +00:00
R. RyanTM bd3fbef804 last: 1047 -> 1060 2020-03-27 04:12:41 +00:00
R. RyanTM dae266aa66 last: 1045 -> 1047 2020-02-08 13:04:53 +00:00
R. RyanTM 4bc4c70bc6 last: 1042 -> 1045 2020-01-06 11:46:28 -08:00
Justin Bedo 6741cff527
last: init at 1042 2019-12-20 11:27:02 +11:00