mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-04 01:42:53 +03:00
nixos/tomcat: fix eval error introduced by #40657
This commit is contained in:
parent
eca521aea7
commit
93cbb9b72f
@ -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…
Reference in New Issue
Block a user