Commit Graph

8 Commits

Author SHA1 Message Date
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
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
Martin Weinelt
4611371303
treewide: scale back maintainership for various packages 2024-01-05 14:43:39 +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
Fabian Affolter
995df664ec snallygaster: 0.0.11 -> 0.0.12 2022-02-06 09:44:42 +01:00
Martin Weinelt
ca3d13b662 snallygaster: 0.0.10 -> 0.0.11 2021-12-29 01:22:31 +01:00
Fabian Affolter
94a601eee1 snallygaster: 0.0.9 -> 0.0.10 2021-06-19 23:33:08 +02:00
Martin Weinelt
272dcd8f9a
snallygaster: init at 0.0.9 2020-11-20 02:06:30 +01:00