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

Regularize nix packaging wrt zkapauthorizer itself.

parent 81e06c47
No related branches found
No related tags found
1 merge request!31Redeem from issuer
{ pkgs ? import ./nixpkgs.nix { } }:
pkgs.python27Packages.callPackage ./zkapauthorizer.nix { }
pkgs.python27Packages.zkapauthorizer
......@@ -22,6 +22,9 @@ self: super: {
# we depend on the privacypass python library, a set of bindings to the
# challenge-bypass-ristretto Rust library
privacypass = python-super.callPackage ./privacypass.nix { };
# And add ourselves to the collection too.
zkapauthorizer = python-super.callPackage ./zkapauthorizer.nix { };
};
};
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment