diff --git a/overlays.nix b/overlays.nix index 21c2e6a7ff7357cc85d46f595b33d476344f1598..a22a766007e627e2f9a6cf96153c77d0b82c2f58 100644 --- a/overlays.nix +++ b/overlays.nix @@ -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 { }; }; }; }