+29
-31
pkgs/servers/h2/default.nix
+29
-31
pkgs/servers/h2/default.nix
···-url = "https://github.com/h2database/h2database/releases/download/version-${version}/h2-2023-07-04.zip";-echo "You have to provide the full java class path for the h2 tool you want to run. E.g. 'org.h2.tools.Server'"
···+--add-flags "-cp \"$out/share/java/h2-${version}.jar:\$H2DRIVERS:\$CLASSPATH\" org.h2.tools.Console"