| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-07-29 | treewide: remove unused with statements from maintainer lists | Jörg Thalheim | |
| $ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \ -e 's!with lib.maintainers; \[ *\];![ ];!' \ -e 's!with maintainers; \[ *\];![ ];!' | |||
| 2024-05-22 | python3Packages: format with nixfmt | Martin Weinelt | |
| 2024-05-07 | python312Packages.aspell-python: use pyproject = true | TomaSajt | |
| 2023-07-23 | treewide: reduce packages I maintainer | Sandro Jäckel | |
| 2023-01-21 | treewide: switch to nativeCheckInputs | Guillaume Girol | |
| 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. | |||
| 2022-01-13 | python310Packages.aspell-python: disable failing tests | Fabian Affolter | |
| 2021-02-13 | python3Packages.aspell-python: init at 1.15 | Sandro Jäckel | |
