From d13f127e1a639340ee703f7b2ab160a3193ad7cc Mon Sep 17 00:00:00 2001 From: Jonathan Rudenberg Date: Sat, 19 Feb 2022 19:23:45 -0500 Subject: [PATCH] temporal: include database schemas --- pkgs/applications/networking/cluster/temporal/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/applications/networking/cluster/temporal/default.nix b/pkgs/applications/networking/cluster/temporal/default.nix index 9fe3edcbb99c..f7b4a32a388a 100644 --- a/pkgs/applications/networking/cluster/temporal/default.nix +++ b/pkgs/applications/networking/cluster/temporal/default.nix @@ -25,6 +25,9 @@ buildGoModule rec { installPhase = '' runHook preInstall + mkdir -p $out/share + cp -r ./schema $out/share/ + install -Dm755 "$GOPATH/bin/server" -T $out/bin/temporal-server install -Dm755 "$GOPATH/bin/cassandra" -T $out/bin/temporal-cassandra-tool install -Dm755 "$GOPATH/bin/sql" -T $out/bin/temporal-sql-tool