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 |
|
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 |
|
h7x4
|
8121f3559a
|
treewide: add mainProgram
|
2024-02-11 03:19:15 +01:00 |
|
Florian Klink
|
1c09cb43ce
|
nixos/avahi: rename remaining config options
services.avahi.nssmdns got split into services.avahi.nssmdns{4,6},
nothing should access the old alias anymore so there's no eval warnings.
Reported in https://github.com/NixOS/nixpkgs/pull/258424#issuecomment-1849428869
|
2023-12-11 09:36:15 +02:00 |
|
Aaron Jheng
|
2a79157f4e
|
keylight-controller-mschneider82: 0.1.0 -> 0.1.1
|
2023-07-04 02:45:52 +00:00 |
|
superherointj
|
2e19f2fa53
|
maintainers: remove superherointj
|
2022-10-04 14:06:48 -03:00 |
|
superherointj
|
02cb77b211
|
keylight-controller-mschneider82: init 0.1.0
|
2022-04-17 10:03:02 -03:00 |
|