Alexis Hildebrandt
|
755b915a15
|
treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
|
2024-06-09 23:07:45 +02:00 |
|
Reed
|
0310732f11
|
r2mod_cli: 1.3.2 -> 1.3.3
Diff: https://github.com/Foldex/r2mod_cli/compare/v1.3.2...v1.3.3
|
2023-01-14 00:23:47 -05:00 |
|
Reed
|
f82191cb4d
|
r2mod_cli: 1.2.1 -> 1.3.2
|
2023-01-03 13:25:34 -05:00 |
|
Malo Bourgon
|
16e15fa68f
|
treewide: add meta.mainProgram to many packages
|
2022-05-04 18:08:19 -07:00 |
|
R. Ryantm
|
58da28ff04
|
r2mod_cli: 1.2.0 -> 1.2.1
|
2022-01-20 22:31:09 +00:00 |
|
Reed
|
029d53dbf9
|
r2mod_cli: 1.0.7 -> 1.2.0
|
2021-05-19 12:39:26 -07:00 |
|
Sandro
|
71fcdc0825
|
Merge pull request #119197 from reedrw/r2mod-107
r2mod_cli: 1.0.6 -> 1.0.7
|
2021-04-12 04:05:34 +02:00 |
|
Reed
|
320bbf0be4
|
r2mod_cli: 1.0.6 -> 1.0.7
|
2021-04-11 20:24:04 -04:00 |
|
Sandro
|
d115d74cae
|
Merge pull request #119184 from reedrw/r2mod-fix
r2mod_cli: use bashInteractive as interpreter
|
2021-04-11 22:59:53 +02:00 |
|
Reed
|
2a3ff38680
|
r2mod_cli: use bashInteractive as interpreter
|
2021-04-11 15:17:05 -04:00 |
|
Ben Siraphob
|
ad09618b6c
|
r2mod_cli: expand platforms to unix
|
2021-03-14 11:40:47 +07:00 |
|
Reed
|
42fbe1b9e6
|
r2mod_cli: 1.0.5 -> 1.0.6
|
2021-03-02 01:08:52 -05:00 |
|
Ben Siraphob
|
e03c068af5
|
treewide: makeWrapper buildInputs to nativeBuildInputs
|
2021-02-19 20:09:16 +07:00 |
|
Ben Siraphob
|
2e34288f0d
|
pkgs/games: stdenv.lib -> lib
|
2021-01-15 13:36:04 +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 |
|
Reed
|
ba5e56f3e6
|
r2mod_cli: init at 1.0.5
|
2020-12-14 03:27:17 -05:00 |
|