feat(compute01): Deploy satosa on saml-idp.dgnum.eu

This commit is contained in:
Tom Hubrecht 2023-09-27 22:33:18 +02:00
parent 26b2fa656f
commit be60bb5cbe
7 changed files with 353 additions and 4 deletions

View file

@ -4,6 +4,8 @@ let
callPackage = lib.callPackageWith (pkgs // self);
self = {
satosa = callPackage ./satosa.nix { };
cookies-samesite-compat = callPackage ./cookies-samesite-compat.nix { };
pyop = callPackage ./pyop.nix { };
oic = callPackage ./oic.nix { };
@ -12,4 +14,4 @@ let
pydantic-core = callPackage ./pydantic-core.nix { };
};
in callPackage ./satosa.nix { }
in self.satosa