Skip to content

Commit

Permalink
Update couple of scripts from Marlowe Playgrount client
Browse files Browse the repository at this point in the history
  • Loading branch information
palas committed Oct 19, 2021
1 parent b22021a commit 43b8fb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions marlowe-playground-client/default.nix
Expand Up @@ -2,9 +2,9 @@
let
playground-exe = haskell.packages.marlowe-playground-server.components.exes.marlowe-playground-server;

build-playground-exe = "$(nix-build --quiet --no-build-output ../default.nix -A plutus.haskell.packages.marlowe-playground-server.components.exes.marlowe-playground-server)";
build-playground-exe = "$(nix-build --quiet --no-build-output ../default.nix -A marlowe.haskell.packages.marlowe-playground-server.components.exes.marlowe-playground-server)";

build-ghc-with-marlowe = "$(nix-build --quiet --no-build-output -E '(import ./.. {}).plutus.haskell.project.ghcWithPackages(ps: [ ps.marlowe ])')";
build-ghc-with-marlowe = "$(nix-build --quiet --no-build-output -E '(import ./.. {}).marlowe.haskell.project.ghcWithPackages(ps: [ ps.marlowe ])')";

# Output containing the purescript bridge code
generated-purescript = pkgs.runCommand "marlowe-playground-purescript" { } ''
Expand Down

0 comments on commit 43b8fb0

Please sign in to comment.