postgresqlPackages.timescaledb_toolkit: run post-install script (#413622)

This commit is contained in:
Wolfgang Walther
2025-06-10 06:47:16 +00:00
committed by GitHub
@@ -24,6 +24,10 @@
cargoHash = "sha256-kyUpfNEXJ732VO6JDxU+dIoL57uWzG4Ff03/GnvsxLE=";
buildAndTestSubdir = "extension";
postInstall = ''
cargo run --manifest-path ./tools/post-install/Cargo.toml -- --dir "$out"
'';
passthru = {
updateScript = nix-update-script { };
tests = postgresql.pkgs.timescaledb.tests;