feat(compute01): Deploy satosa on saml-idp.dgnum.eu
This commit is contained in:
parent
26b2fa656f
commit
be60bb5cbe
7 changed files with 353 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue