From b5c7c5df08d110cd572e2d08d4aa1e9ee330bed8 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Thu, 11 May 2023 14:27:16 -0400 Subject: [PATCH] note that we might want a different version of the package --- nixos/pkgs/privatestorage/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/pkgs/privatestorage/default.nix b/nixos/pkgs/privatestorage/default.nix index 274eff57..ba856fb8 100644 --- a/nixos/pkgs/privatestorage/default.nix +++ b/nixos/pkgs/privatestorage/default.nix @@ -3,6 +3,7 @@ let repo-data = lib.importJSON ./repo.json; 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; python = zkapauthorizer.passthru.python; in -- GitLab