Commit graph

34 commits

Author SHA1 Message Date
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
Maximilian Bosch 15d16de8f1
scalafmt: 2.6.2 -> 2.6.4 2020-08-11 12:18:39 +02:00
Kevin Rauscher e8cb5d5d14 scalafmt: 2.5.2 -> 2.6.2 2020-07-06 20:37:40 +02:00
Maximilian Bosch d09d792423
scalafmt: 2.5.1 -> 2.5.2
https://github.com/scalameta/scalafmt/releases/tag/v2.5.2
2020-05-22 16:40:00 +02:00
Kevin Rauscher e7d5b48e21 scalafmt: 2.5.0 -> 2.5.1 2020-05-07 09:57:54 +02:00
Kevin Rauscher 00834655e6 scalafmt: 2.4.2 -> 2.5.0 2020-05-01 12:02:06 +02:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Maximilian Bosch cf0cc0596e
scalafmt: 2.3.2 -> 2.4.2 2020-02-25 22:14:38 +01:00
Maximilian Bosch 7d604b8dd7
scalafmt: 2.2.2 -> 2.3.2
https://github.com/scalameta/scalafmt/releases/tag/v2.3.2
2020-01-26 00:31:52 +01:00
Kevin Rauscher 2ad5e05c73 scalafmt: 2.2.1 -> 2.2.2 2019-11-01 10:21:54 +01:00
Kevin Rauscher a48709ba7e scalafmt: 2.0.1 -> 2.2.1 2019-10-25 13:22:20 +02:00
volth 08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
Markus Hauck 3257ffc48d scalafmt: 2.0.0 -> 2.0.1 2019-08-23 09:29:09 +02:00
Wael M. Nasreddine ae20c6836b
scalafmt: 2.0.0-RC7 -> 2.0.0 2019-06-30 13:36:13 -07:00
Kevin Rauscher 98b382a8ea scalafmt: 2.0.0-RC5 -> 2.0.0-RC7 2019-05-13 19:59:27 +02:00
Aesa Kamar 3c37dde612 scalafmt: 1.5.1 -> 2.0.0-RC5 (#58991) 2019-04-05 00:46:45 -04:00
AesaKamar b914cf8083 scalafmt 1.4.0 -> 1.5.1 2018-09-20 10:18:38 -04:00
Markus Hauck 4e4b3a691b scalafmt: 1.3.0 -> 1.4.0 2018-01-04 13:05:28 +01:00
Orivej Desh 0ea7ad1547 scalafmt: change deps name to invalidate negative cache on Hydra [#32442] 2017-12-15 19:37:16 +00:00
Markus Hauck 614a6d43a7 scalafmt: 0.6.8 -> 1.3.0 2017-12-10 17:02:40 +01:00
Ignat Loskutov 05ac929444 scalafmt: fix platforms 2017-10-20 13:51:35 +03:00
Markus Hauck 370452ef41 scalafmt: 0.6.7 -> 0.6.8 (#24699) 2017-04-07 11:42:31 +01:00
Markus Hauck 471626e6fb scalafmt: 0.6.6 -> 0.6.7
Updates scalafmt to 0.6.7
2017-04-05 20:40:14 +02:00
Markus Hauck 2adb9f8e1b scalafmt: 0.6.2 -> 0.6.6 2017-03-21 07:43:11 +01:00
Markus Hauck 1b1d85bf75 scalafmt: 0.5.8 -> 0.6.2 2017-03-10 21:11:18 +01:00
Markus Hauck 504dc9de29 scalafmt: 0.5.7 -> 0.5.8 2017-03-06 19:38:05 +01:00
Markus Hauck e4d1b3fbfa scalafmt: 0.5.6 -> 0.5.7 2017-02-25 16:08:27 +01:00
Markus Hauck 06bacb10e5
scalafmt: 0.4.10 -> 0.5.6 2017-02-12 21:21:10 +01:00
Markus Hauck 20b136f7d3 scalafmt: 0.4.2 -> 0.4.10 2016-11-18 13:41:59 +01:00
Markus Hauck c6d4645a8c scalafmt: 0.3.1 -> 0.4.2 2016-10-02 05:06:01 +03:00
Markus Hauck df343d4824 scalafmt: 0.2.11 -> 0.3.1 (#18004) 2016-08-26 07:03:41 +00:00
Markus Hauck 3d4a32835e scalafmt: 0.2.5 -> 0.2.11 2016-07-15 10:44:04 +02:00
Markus Hauck c9da8df990 scalafmt: 0.2.3 -> 0.2.5 2016-06-03 16:28:15 +02:00
Markus Hauck 40dae1aba8 scalafmt: init at 0.2.3 2016-05-09 19:57:42 +02:00