Merge pull request #160984 from titanous/temporal-schema

This commit is contained in:
Artturi 2023-03-05 20:39:48 +02:00 committed by GitHub
commit 4b940d7dfb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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