Temp fix for Authentik
All checks were successful
Auto Update Build / build (pull_request) Successful in 35m5s
All checks were successful
Auto Update Build / build (pull_request) Successful in 35m5s
Waiting for PR https://github.com/nix-community/authentik-nix/pull/86
This commit is contained in:
parent
625c0e0367
commit
edf5f148f6
4 changed files with 52 additions and 39 deletions
|
|
@ -71,7 +71,7 @@ let
|
|||
hostModule = cfg.module;
|
||||
unstable = cfg.unstable or false;
|
||||
extraModules = cfg.extraModules or [ ];
|
||||
specialArgs = cfg.specialArgs or { };
|
||||
specialArgs = { inherit authentik-nix; } // (cfg.specialArgs or { });
|
||||
}
|
||||
) hostDefs;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue