Unverified Commit 1f7e821b authored by Michael Daniels's avatar Michael Daniels
Browse files

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

parent 413673bb
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;