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 |
|
Lily Foster
|
c678743f80
|
treewide: remove lilyinstarlight
|
2024-07-02 03:17:01 +02:00 |
|
Alexis Hildebrandt
|
f8c4a98e8e
|
treewide: Remove the definite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
|
2024-06-09 23:08:46 +02:00 |
|
Lily Foster
|
0e0f557a20
|
hotdoc: fix clang header finding with llvm 16
|
2023-11-23 21:16:23 -05:00 |
|
Lily Foster
|
09ab507c16
|
python3Packages.libclang: init
|
2023-11-02 10:09:26 -04:00 |
|
Theodore Ni
|
dffc973811
|
hotdoc: 0.13.7 -> 0.15
|
2023-08-29 18:33:03 -07:00 |
|
Lily Foster
|
c9130993d5
|
hotdoc: fix failing test on darwin
|
2023-04-19 07:20:38 -04:00 |
|
Lily Foster
|
188be504d7
|
hotdoc: init at 0.13.7
|
2023-04-16 09:17:25 -04:00 |
|