mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 22:50:49 +00:00
nixos/oauth2_proxy: fix package name in nixos module
This commit is contained in:
parent
d307dad7a8
commit
279c7d43ee
|
@ -90,10 +90,10 @@ in
|
|||
|
||||
package = mkOption {
|
||||
type = types.package;
|
||||
default = pkgs.oauth2_proxy;
|
||||
defaultText = "pkgs.oauth2_proxy";
|
||||
default = pkgs.oauth2-proxy;
|
||||
defaultText = "pkgs.oauth2-proxy";
|
||||
description = ''
|
||||
The package that provides oauth2_proxy.
|
||||
The package that provides oauth2-proxy.
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue