nixos/account-service-util: change 'format = "other"' to 'pyproject = false' (#479863)

This commit is contained in:
Jan Tojnar
2026-01-17 02:07:21 +00:00
committed by GitHub
@@ -10,7 +10,7 @@
python3.pkgs.buildPythonApplication {
name = "set-session";
format = "other";
pyproject = false;
src = ./set-session.py;