diff --git a/pkgs/servers/sql/postgresql/ext/timescaledb_toolkit.nix b/pkgs/servers/sql/postgresql/ext/timescaledb_toolkit.nix index 50ec99c21712..ebabe9c5bdf5 100644 --- a/pkgs/servers/sql/postgresql/ext/timescaledb_toolkit.nix +++ b/pkgs/servers/sql/postgresql/ext/timescaledb_toolkit.nix @@ -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;