Skip to content

Commit

Permalink
Add z3 to marlowe-runtime compose image
Browse files Browse the repository at this point in the history
  • Loading branch information
jhbertra committed Jun 27, 2023
1 parent 2ac29a9 commit 4b6aa87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nix/marlowe-cardano/compose.nix
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ let

run-runtime = writeShellScriptBin "run-marlowe-runtime" ''
set -e
export PATH="$PATH:${lib.makeBinPath [ z3 ]}"
PROG=${lib.escapeShellArg "marlowe-runtime"}
PKG=${lib.escapeShellArg "marlowe-runtime"}-${lib.escapeShellArg marloweRuntimeVersion}
cd /src
Expand Down

0 comments on commit 4b6aa87

Please sign in to comment.