From 8d2cd083f94c06dc66cc3b9e4f34c269fc6786b3 Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Mon, 19 Jun 2023 12:31:58 -0400
Subject: [PATCH] stick with Python 3.9 for the moment

---
 nixos/pkgs/privatestorage/default.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nixos/pkgs/privatestorage/default.nix b/nixos/pkgs/privatestorage/default.nix
index ba856fb8..e152f021 100644
--- a/nixos/pkgs/privatestorage/default.nix
+++ b/nixos/pkgs/privatestorage/default.nix
@@ -4,7 +4,7 @@ let
   repo = fetchFromGitHub (builtins.removeAttrs repo-data [ "branch" ]);
   zk = import repo;
   # XXX package version choice here
-  zkapauthorizer = zk.outputs.packages.x86_64-linux.zkapauthorizer-python310-tahoe_1_17_1;
+  zkapauthorizer = zk.outputs.packages.x86_64-linux.zkapauthorizer-python39-tahoe_1_17_1;
   python = zkapauthorizer.passthru.python;
 in
   python.withPackages (ps: [ zkapauthorizer ] )
-- 
GitLab