Skip to content

Commit

Permalink
Merge pull request #2475 from input-output-hk/expose-generated-puresc…
Browse files Browse the repository at this point in the history
…ript

Expose generated-purescript for all clients
  • Loading branch information
michaelpj committed Nov 17, 2020
2 parents e45458f + 7e3603a commit e2a4dd4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ rec {
inherit (pkgs.callPackage ./plutus-playground-client {
inherit (plutus.lib) buildPursPackage;
inherit set-git-rev haskell webCommon;
}) client server-invoker;
}) client server-invoker generated-purescript;
};

marlowe-playground = pkgs.recurseIntoAttrs rec {
Expand All @@ -55,7 +55,7 @@ rec {
inherit (pkgs.callPackage ./marlowe-playground-client {
inherit (plutus.lib) buildPursPackage;
inherit set-git-rev haskell webCommon;
}) client server-invoker;
}) client server-invoker generated-purescript;
};

marlowe-symbolic-lambda = plutusMusl.callPackage ./marlowe-symbolic/lambda.nix {
Expand Down
2 changes: 1 addition & 1 deletion marlowe-playground-client/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ let
};
in
{
inherit client server-invoker;
inherit client server-invoker generated-purescript;
}
2 changes: 1 addition & 1 deletion plutus-playground-client/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ let
};
in
{
inherit client server-invoker;
inherit client server-invoker generated-purescript;
}
2 changes: 1 addition & 1 deletion plutus-scb-client/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ let

in
{
inherit client demo-scripts server-invoker;
inherit client demo-scripts server-invoker generated-purescript;
}

0 comments on commit e2a4dd4

Please sign in to comment.