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.
This commit is contained in:
Michael Daniels
2026-01-12 17:50:35 -05:00
parent 685fda2187
commit 075e8c2c4f
698 changed files with 702 additions and 700 deletions
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "backports-functools-lru-cache";
version = "1.6.6";
format = "pyproject";
pyproject = true;
src = fetchPypi {
pname = "backports.functools_lru_cache";