mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
nixos/oauth2_proxy: fix package name in nixos module
This commit is contained in:
parent
d307dad7a8
commit
279c7d43ee
1 changed files with 3 additions and 3 deletions
|
@ -90,10 +90,10 @@ in
|
||||||
|
|
||||||
package = mkOption {
|
package = mkOption {
|
||||||
type = types.package;
|
type = types.package;
|
||||||
default = pkgs.oauth2_proxy;
|
default = pkgs.oauth2-proxy;
|
||||||
defaultText = "pkgs.oauth2_proxy";
|
defaultText = "pkgs.oauth2-proxy";
|
||||||
description = ''
|
description = ''
|
||||||
The package that provides oauth2_proxy.
|
The package that provides oauth2-proxy.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue