Files
nixpkgs/pkgs/os-specific/linux
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-12-17 07:32:24 +01:00
2020-11-09 22:24:11 +01:00
2020-10-23 09:53:11 -07:00
2020-08-25 06:32:06 +00:00
2020-10-24 15:16:12 +00:00
2020-09-22 23:12:39 -07:00
2020-10-06 10:15:11 +02:00
2020-10-31 18:43:15 +01:00
2020-11-24 12:42:06 -05:00
2020-11-13 07:16:05 +00:00
2020-11-13 10:12:04 +00:00
2020-08-26 08:51:45 +02:00
2020-05-06 00:45:01 -04:00
2020-11-10 15:06:39 +01:00
2020-08-11 03:57:07 +00:00
2020-09-23 13:46:11 +02:00
2021-01-11 01:02:21 +00:00
2020-08-26 05:44:15 +00:00
2020-11-24 12:42:06 -05:00
2020-12-01 14:40:43 +01:00
2020-12-08 05:39:01 +01:00
2020-11-20 14:54:14 +01:00
2020-11-26 10:20:17 +00:00
2020-10-31 04:20:00 +00:00
2020-11-24 12:42:06 -05:00
2020-09-14 15:34:32 +02:00
2020-11-18 15:51:53 +01:00
2020-10-22 13:36:47 +02:00
2020-05-06 23:15:13 -07:00
2020-11-24 12:42:06 -05:00
2020-11-24 12:42:06 -05:00
2020-07-10 08:10:02 +00:00
2020-07-06 23:30:48 -04:00
2020-05-02 10:13:48 +02:00
2020-07-11 01:46:31 +00:00
2020-07-15 20:26:50 +08:00
2020-05-13 15:39:50 -07:00
2020-09-06 18:50:48 +02:00
2020-09-02 04:01:06 +02:00
2020-12-27 09:19:20 +01:00
2021-01-07 05:54:10 -08:00