summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/cmake (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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 Daniels2026-01-121-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 Hrachyshka2025-12-101-2/+2
* maintainers: drop tjni•••Reacted to 0 out of 37 maintainer pings in the least 180 days. Wolfgang Walther2025-12-091-1/+0
* treewide: remove unused rec expressionsSigmanificient2025-03-141-1/+1
* python3Packages: format with nixfmtMartin Weinelt2024-05-221-10/+7
* python3.pkgs.cmake: add __version__ to stubTheodore Ni2023-08-162-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 Ni2023-08-153-0/+72