Commit Graph

7 Commits

Author SHA1 Message Date
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
Fabian Affolter
f747fb3923 awslimitchecker: format with nixfmt 2024-04-23 09:39:03 +02:00
Fabian Affolter
9e9aa732af awslimitchecker: refactor
- override pytest
2024-04-23 09:37:12 +02:00
Moritz Sanft
1746ce9f9f
awslimitchecker: ignore PytestRemovedIn8Warning 2024-04-09 14:11:52 +02:00
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
Guillaume Girol
33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
Zak B. Elep
ac117c5169 awslimitchecker: init at 12.0.0 2021-10-17 15:12:42 +08:00