Unverified Commit 60aca3ef authored by Jan Tojnar's avatar Jan Tojnar Committed by GitHub
Browse files

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

parents 13e993d1 1f7e821b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@
python3.pkgs.buildPythonApplication {
  name = "set-session";

  format = "other";
  pyproject = false;

  src = ./set-session.py;