nixos/oauth2-proxy: fix missing lib.

This commit is contained in:
Bernardo Meurer 2024-05-06 14:05:17 -04:00
parent 5aa69d78d8
commit 7c87bee77b
No known key found for this signature in database

View File

@ -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;