| Commit message (Expand) | Author | Age | Files | Lines |
| * | treewide: change 'format = "pyproject";' to 'pyproject = true;'•••This is almost all find-and-replace.
I manually edited:
* pkgs/development/python-modules/notifications-android-tv/default.nix,
* pkgs/servers/home-assistant/default.nix,
* pkgs/development/tools/continuous-integration/buildbot/master.nix
A few files have not been changed in this PR because they would cause rebuilds.
This PR should have 0 rebuilds.
| Michael Daniels | 2026-01-12 | 1 | -1/+1 |
| * | treewide: clean up 'meta = with' pattern•••This commit was created by a combination of scripts and tools:
- an ast-grep script to prefix things in meta with `lib.`,
- a modified nixf-diagnose / nixf combination to remove unused `with
lib;`, and
- regular nixfmt.
Co-authored-by: Wolfgang Walther <walther@technowledgy.de>
| Ihar Hrachyshka | 2025-12-10 | 1 | -2/+2 |
| * | maintainers: drop tjni•••Reacted to 0 out of 37 maintainer pings in the least 180 days.
| Wolfgang Walther | 2025-12-09 | 1 | -1/+0 |
| * | treewide: remove unused rec expressions | Sigmanificient | 2025-03-14 | 1 | -1/+1 |
| * | python3Packages: format with nixfmt | Martin Weinelt | 2024-05-22 | 1 | -10/+7 |
| * | python3.pkgs.cmake: add __version__ to stub | Theodore Ni | 2023-08-16 | 2 | -0/+3 |
| * | python3.pkgs.cmake: init stub at 3.26.4•••I would like this to be as transparent as possible for Python packages,
so I'm shadowing the top-level cmake attribute by using the same name as
the PyPI package that this replaces.
| Theodore Ni | 2023-08-15 | 3 | -0/+72 |