geoserver: fix invocation of update script

This commit is contained in:
Rolf Schröder 2024-05-29 11:56:19 +02:00
parent 07c22ccf81
commit 404d7798af

@ -71,7 +71,7 @@ stdenv.mkDerivation (finalAttrs: rec {
'';
});
tests.geoserver = nixosTests.geoserver;
passthru.updateScript = ./update.sh;
updateScript = ./update.sh;
};
meta = with lib; {