nixos/oauth2-proxy: fix missing lib.
This commit is contained in:
@@ -17,7 +17,7 @@ let
|
||||
inherit (cfg.github) org team;
|
||||
}; };
|
||||
|
||||
google = cfg: { google = with cfg.google; optionalAttrs (groups != []) {
|
||||
google = cfg: { google = with cfg.google; lib.optionalAttrs (groups != []) {
|
||||
admin-email = adminEmail;
|
||||
service-account = serviceAccountJSON;
|
||||
group = groups;
|
||||
|
||||
Reference in New Issue
Block a user