Merge pull request #309611 from lovesegfault/fix-oauth2-proxy

nixos/oauth2-proxy: fix missing `lib.`
This commit is contained in:
Bernardo Meurer 2024-05-06 15:15:45 -04:00 committed by GitHub
commit 40da51f2f0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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;