Files
nixpkgs/pkgs/tools/security
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
..
2020-11-13 02:40:00 +00:00
2021-01-03 13:45:20 +01:00
2020-11-02 07:49:54 -08:00
2021-01-10 17:30:15 +01:00
2020-11-14 19:14:54 -08:00
2020-11-26 02:14:37 +00:00
2020-12-31 16:06:54 +01:00
2020-11-01 00:41:26 +00:00
2020-10-25 14:40:51 +00:00
2021-01-03 13:23:18 +01:00
2021-01-02 11:48:41 +01:00
2020-12-27 00:43:52 +01:00
2020-11-27 18:03:39 +01:00
2020-12-02 04:20:00 +00:00
2021-01-09 23:20:25 +01:00
2020-11-20 02:06:30 +01:00
2020-10-30 03:22:49 +01:00
2020-12-25 01:06:50 +01:00
2020-12-25 01:06:50 +01:00
2020-12-22 13:27:08 -05:00
2020-12-31 17:44:36 +01:00