mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-10 23:00:39 +02:00
chore: run deadnix
This commit is contained in:
parent
0daf5651df
commit
562d1dffb3
35 changed files with 21 additions and 110 deletions
|
@ -3,7 +3,6 @@ self: super: let
|
|||
(self.lib)
|
||||
escapeShellArg
|
||||
concatMapStrings
|
||||
flatten
|
||||
flip
|
||||
;
|
||||
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
[
|
||||
(import ./caddy.nix)
|
||||
(import ./oauth2-proxy)
|
||||
(self: super: {
|
||||
(_self: super: {
|
||||
kanidm-secret-manipulator = super.callPackage ./kanidm-secret-manipulator.nix {};
|
||||
kanidm = super.kanidm.overrideAttrs (finalAttrs: previousAttrs: {
|
||||
kanidm = super.kanidm.overrideAttrs (_finalAttrs: _previousAttrs: {
|
||||
patches = [
|
||||
(super.fetchpatch {
|
||||
name = "group-list-json-output.patch";
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
self: super: {
|
||||
_self: super: {
|
||||
oauth2-proxy = super.oauth2-proxy.overrideAttrs (_: {
|
||||
patches = [./0001-scopes-as-groups.patch];
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue