Unverified Commit 7c87bee7 authored by Bernardo Meurer's avatar Bernardo Meurer
Browse files

nixos/oauth2-proxy: fix missing `lib.`

parent 5aa69d78
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;