mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
chore: externalize kanidm-secret-manipulator
This commit is contained in:
parent
ec47f80bb8
commit
9533e760e4
5 changed files with 10 additions and 594 deletions
|
@ -2,6 +2,6 @@
|
|||
(import ./caddy.nix)
|
||||
(import ./oauth2-proxy)
|
||||
(self: super: {
|
||||
kanidm-secret-manipulator = self.callPackage ./kanidm-secret-manipulator {};
|
||||
kanidm-secret-manipulator = self.callPackage ./kanidm-secret-manipulator.nix {};
|
||||
})
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue