Skip to content
Snippets Groups Projects
Commit b5c7c5df authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

note that we might want a different version of the package

parent 47c4d505
Branches
No related tags found
2 merge requests!387Upgrade to NixOS 22.11,!384update production
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment