summary refs log tree commit diff
path: root/nixos/modules/services/web-servers/tomcat.nix
Commit message (Collapse)AuthorAge
* nixos/tomcat: make package version configurableBjørn Forsman2014-09-11
|
* Merge pull request #1 from sfultongv/sfultong-14.04sfultong2014-08-20
| | | | updating tomcat to version 7
* tomcat: Fix evaluation after e27dcff.aszlig2014-08-03
| | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Allows the JDK to be chosen in services.tomcatLuke Clifton2014-08-01
|
* tomcat: fix service to be a daemon, and run tomcat in script rather than ↵Luca Bruno2014-06-06
| | | | preStart
* Rewrite ‘with pkgs.lib’ -> ‘with lib’Eelco Dolstra2014-04-14
| | | | | | | | Using pkgs.lib on the spine of module evaluation is problematic because the pkgs argument depends on the result of module evaluation. To prevent an infinite recursion, pkgs and some of the modules are evaluated twice, which is inefficient. Using ‘with lib’ prevents this problem.
* Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra2013-10-10