Skip to content

Commit

Permalink
Fix missing docs packages
Browse files Browse the repository at this point in the history
  • Loading branch information
klarkc committed Feb 29, 2024
1 parent 2701751 commit 7f05c6d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions iogx-plutus/nix/project.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ let
name = "iogx-plutus";
in
lib.iogx.mkHaskellProject {
combinedHaddock = {
enable = true;
packages = [
name
# add cabal packages here
"cardano-api"
"plutus-core"
"plutus-ledger-api"
"plutus-tx"
"plutus-tx-plugin"
];
};
cabalProject = pkgs.haskell-nix.cabalProject'
{
inherit name;
Expand Down

0 comments on commit 7f05c6d

Please sign in to comment.