temporal: include database schemas

This commit is contained in:
Jonathan Rudenberg 2022-02-19 19:23:45 -05:00 committed by Artturin
parent a08d6979dd
commit d13f127e1a

View file

@ -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