+1
nixos/modules/module-list.nix
+1
nixos/modules/module-list.nix
+123
nixos/modules/services/web-apps/plantuml-server.nix
+123
nixos/modules/services/web-apps/plantuml-server.nix
···+description = "Set it to on to enable statistics report (https://plantuml.com/statistics-report).";+description = "When calling the proxy endpoint, the value of HTTP_AUTHORIZATION will be used to set the HTTP Authorization header.";+description = "Enables !include processing which can read files from the server into diagrams. Files are read relative to the current working directory.";
+58
pkgs/tools/misc/plantuml-server/default.nix
+58
pkgs/tools/misc/plantuml-server/default.nix
···+# perform fake build to make a fixed-output derivation out of the files downloaded from maven central+# keep only *.{pom,jar,sha1,nbm} and delete all ephemeral files with lastModified timestamps inside+installPhase = ''find $out/.m2 -type f -regex '.+\(\.lastUpdated\|resolver-status\.properties\|_remote\.repositories\)' -delete'';+mvn package --offline -Dmaven.repo.local=$(cp -dpR ${deps}/.m2 ./ && chmod +w -R .m2 && pwd)/.m2
+2
pkgs/top-level/all-packages.nix
+2
pkgs/top-level/all-packages.nix
···