Jörg Thalheim
|
5356420466
|
treewide: remove unused with statements from maintainer lists
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \
-e 's!with lib.maintainers; \[ *\];![ ];!' \
-e 's!with maintainers; \[ *\];![ ];!'
|
2024-07-29 10:06:20 +08:00 |
|
Tadeo Kondrak
|
7239208ca6
|
treewide: remove maintainer tadeokondrak
|
2024-07-04 15:04:04 -06:00 |
|
Malo Bourgon
|
0e802eafad
|
treewide: add meta.mainProgram to many packages
|
2022-04-14 10:24:01 -07:00 |
|
R. RyanTM
|
ee804544be
|
oppai-ng: 4.0.0 -> 4.1.0
|
2021-03-13 10:20:39 +00:00 |
|
R. RyanTM
|
fc10ef3251
|
oppai-ng: 3.3.0 -> 4.0.0
|
2021-02-06 16:11:54 +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
|
717d3779d9
|
oppai-ng: 3.2.3 -> 3.3.0
|
2020-09-05 12:27:38 +00:00 |
|
Tadeo Kondrak
|
ed00a4d772
|
oppai-ng: 3.2.2 -> 3.2.3
|
2019-07-10 05:13:06 -06:00 |
|
Tadeo Kondrak
|
e1208593d3
|
oppai-ng: init at 3.2.2
|
2019-06-18 21:31:12 -06:00 |
|