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 |
|
Michael Weiss
|
fdd394d106
|
wob: 0.9 -> 0.10
|
2020-08-10 13:43:44 +02:00 |
|
Michael Weiss
|
adcaeef384
|
wob: 0.8 -> 0.9
|
2020-08-07 21:20:26 +02:00 |
|
Michael Weiss
|
4e1f77e9aa
|
wob: 0.7 -> 0.8
|
2020-03-01 17:45:24 +01:00 |
|
Michael Weiss
|
cf6477076b
|
wob: 0.6 -> 0.7
|
2020-02-29 14:44:46 +01:00 |
|
Michael Weiss
|
e1eedf29e5
|
wob: 0.5 -> 0.6
|
2020-01-07 12:32:18 +01:00 |
|
Michael Weiss
|
477f4460f8
|
wob: 0.4 -> 0.5
|
2019-12-24 13:37:07 +01:00 |
|
Michael Weiss
|
77294aa3dc
|
wob: 0.2 -> 0.4
|
2019-11-17 20:14:31 +01:00 |
|
Michael Weiss
|
d8cfa95b76
|
wob: init at 0.2
|
2019-10-28 16:56:43 +01:00 |
|