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

This commit is contained in:
Michael Daniels
2026-01-13 18:29:21 -05:00
parent 413673bb3d
commit 1f7e821b57
@@ -10,7 +10,7 @@
python3.pkgs.buildPythonApplication {
name = "set-session";
format = "other";
pyproject = false;
src = ./set-session.py;