Commit Graph

22 Commits

Author SHA1 Message Date
R. Ryantm
7604ea1902 ergo: 4.0.16 -> 4.0.16.2 2021-12-30 22:21:00 -08:00
R. Ryantm
fdeae33345 ergo: 4.0.15 -> 4.0.16 2021-12-06 18:00:57 +00:00
R. Ryantm
60068ca40c ergo: 4.0.13 -> 4.0.15 2021-10-29 11:39:23 +00:00
R. RyanTM
b0834c031e ergo: 4.0.12 -> 4.0.13 2021-07-22 09:59:26 -07:00
R. RyanTM
059004ef54 ergo: 4.0.11 -> 4.0.12 2021-06-15 20:02:07 -07:00
R. RyanTM
b5533ff868 ergo: 4.0.10 -> 4.0.11 2021-05-26 23:37:52 -07:00
R. RyanTM
15dd18a4a8 ergo: 4.0.9 -> 4.0.10 2021-05-13 10:04:20 +00:00
R. RyanTM
e11130d6fc ergo: 4.0.8 -> 4.0.9 2021-05-08 18:53:22 -07:00
R. RyanTM
916ba9eb52 ergo: 4.0.7 -> 4.0.8 2021-03-10 21:04:14 +00:00
R. RyanTM
36b2c1ee2e ergo: 4.0.0 -> 4.0.7 2021-02-28 11:36:49 +00:00
R. RyanTM
0618b93431 ergo: 3.3.6 -> 4.0.0 2021-01-18 16:11:07 +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
R. RyanTM
ee702dac70 ergo: 3.3.5 -> 3.3.6 2020-11-11 04:23:45 +00:00
R. RyanTM
bf92b1ba10 ergo: 3.3.4 -> 3.3.5 2020-10-29 14:19:08 +00:00
R. RyanTM
0a39c42f52 ergo: 3.3.3 -> 3.3.4 2020-10-18 04:08:43 +00:00
R. RyanTM
b67fea5c66 ergo: 3.3.1 -> 3.3.3 2020-09-25 06:12:28 +00:00
R. RyanTM
8c61660aee ergo: 3.3.0 -> 3.3.1 2020-08-22 06:29:33 +00:00
R. RyanTM
0418df84f8 ergo: 3.2.7 -> 3.3.0 2020-08-10 06:49:42 +00:00
R. RyanTM
238343fcaf ergo: 3.2.6 -> 3.2.7 2020-07-02 08:27:02 +00:00
R. RyanTM
814893b274 ergo: 3.2.5 -> 3.2.6 2020-06-14 14:20:11 +00:00
Marek Mahut
ffd6460df9 ergo: 3.2.4 -> 3.2.5 2020-05-26 21:47:31 +02:00
Marek Mahut
e04964d528 ergo: init at 3.2.4 2020-05-26 21:47:31 +02:00