feat(compute01): Init satosa at 8.4.0
This commit is contained in:
parent
8cce7e19cb
commit
e0bd555d2f
9 changed files with 316 additions and 0 deletions
15
machines/compute01/satosa/package/default.nix
Normal file
15
machines/compute01/satosa/package/default.nix
Normal file
|
@ -0,0 +1,15 @@
|
|||
{ lib, pkgs, ... }:
|
||||
|
||||
let
|
||||
callPackage = lib.callPackageWith (pkgs // self);
|
||||
|
||||
self = {
|
||||
cookies-samesite-compat = callPackage ./cookies-samesite-compat.nix { };
|
||||
pyop = callPackage ./pyop.nix { };
|
||||
oic = callPackage ./oic.nix { };
|
||||
pydantic-settings = callPackage ./pydantic-settings.nix { };
|
||||
pydantic = callPackage ./pydantic.nix { };
|
||||
pydantic-core = callPackage ./pydantic-core.nix { };
|
||||
};
|
||||
|
||||
in callPackage ./satosa.nix { }
|
Loading…
Add table
Add a link
Reference in a new issue