pkgs: add ocis

This commit is contained in:
xinyangli 2024-09-18 11:04:02 +08:00
parent 6b375fea91
commit 74fe93e5d8
Signed by: xin
SSH key fingerprint: SHA256:UU5pRTl7NiLFJbWJZa+snLylZSXIz5rgHmwjzv8v4oE
3 changed files with 129 additions and 1 deletions

View file

@ -1 +1,4 @@
(final: prev: { oidc-agent = prev.callPackage ./pkgs/oidc-agent { }; })
(final: prev: {
oidc-agent = prev.callPackage ./pkgs/oidc-agent { };
ocis = prev.callPackage ./pkgs/ocis { };
})