mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
nixos/tomcat: fix eval error introduced by #40657
This commit is contained in:
parent
eca521aea7
commit
93cbb9b72f
1 changed files with 2 additions and 2 deletions
|
@ -109,8 +109,8 @@ in
|
|||
|
||||
webapps = mkOption {
|
||||
type = types.listOf types.package;
|
||||
default = [ tomcat85.webapps ];
|
||||
defaultText = "[ tomcat85.webapps ]";
|
||||
default = [ tomcat.webapps ];
|
||||
defaultText = "[ pkgs.tomcat85.webapps ]";
|
||||
description = "List containing WAR files or directories with WAR files which are web applications to be deployed on Tomcat";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue