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
+1 -1
View File
@@ -8,7 +8,7 @@
python3Packages.buildPythonApplication {
pname = "bashplotlib";
version = "0.6.5-unstable-2021-03-31";
format = "pyproject";
pyproject = true;
src = fetchFromGitHub {
owner = "glamp";