Commit graph

12 commits

Author SHA1 Message Date
R. RyanTM 6a1ed983ba monolith: 2.3.1 -> 2.4.0 2021-01-20 05:19:53 +00:00
Ben Siraphob 8c5d37129f pkgs/tools: stdenv.lib -> lib 2021-01-15 17:12:36 +07: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
Oleksii Filonenko 512c3c0a05 maintainers: rename filalex77 -> Br1ght0ne 2020-11-17 13:09:31 +02:00
R. RyanTM d3178c99cc monolith: 2.3.0 -> 2.3.1 2020-08-06 14:56:49 +00:00
R. RyanTM d666802958 monolith: 2.2.7 -> 2.3.0 2020-07-16 08:02:10 +00:00
R. RyanTM ae85fea87b monolith: 2.2.6 -> 2.2.7 2020-06-06 13:13:02 +00:00
Mario Rodas 3a3cbfd12b
monolith: enable on darwin 2020-05-24 23:23:23 -05:00
R. RyanTM 8198d23ed7 monolith: 2.2.5 -> 2.2.6 2020-05-25 00:08:48 +00:00
Oleksii Filonenko 0581aa6ceb monolith: 2.2.4 -> 2.2.5 2020-05-12 07:46:26 +00:00
Oleksii Filonenko ca417e5c95 monolith: 2.2.2 -> 2.2.4 2020-04-29 13:33:01 +03:00
Oleksii Filonenko 457900c7c8 monolith: init at 2.2.2 2020-04-08 15:48:18 +03:00