feat: provide package definition for kanidm-secret-manipulator

This commit is contained in:
oddlama 2023-08-19 18:40:35 +02:00
parent 8917449b70
commit 36e9f22602
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
6 changed files with 30 additions and 0 deletions

View file

@ -1,4 +1,7 @@
[
(import ./caddy.nix)
(import ./oauth2-proxy)
(self: super: {
kanidm-secret-manipulator = self.callPackage ./kanidm-secret-manipulator {};
})
]