Skip to content

Commit

Permalink
deployment: fix plutus-docs reference (#3029)
Browse files Browse the repository at this point in the history
Fix the `plutus-docs` reference which was correct for `deployment`
but broken for `morph build`: `plutus-docs <-> docs`
  • Loading branch information
gilligan committed Apr 19, 2021
1 parent b4aa0a9 commit 038b7d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,8 @@ rec {

deployment = pkgs.recurseIntoAttrs (pkgs.callPackage ./deployment/morph {
plutus = {
plutus-docs = docs;
inherit plutus-pab marlowe-app marlowe-companion-app
marlowe-dashboard marlowe-playground plutus-playground web-ghc;
marlowe-dashboard marlowe-playground plutus-playground web-ghc docs;
};
});

Expand Down
2 changes: 1 addition & 1 deletion deployment/morph/mk-machine.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
marlowe-playground = plutus.marlowe-playground;
plutus-playground = plutus.plutus-playground;
web-ghc = plutus.web-ghc;
plutus-docs = plutus.plutus-docs;
plutus-docs = plutus.docs;
})
];
};
Expand Down

0 comments on commit 038b7d4

Please sign in to comment.