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

@ -47,6 +47,8 @@ python3.pkgs.buildPythonPackage rec {
];
};
passthru.python = python3;
pythonImportsCheck = [ "satosa" ];
meta = with lib; {