Skip to content

Commit e5e8129

Browse files
authored
Merge pull request #496 from hacspec/fix-engine-docs-nix
fix(engine/nix): fix engine docs
2 parents aecc340 + 67778e6 commit e5e8129

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

engine/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@
106106
];
107107
buildPhase = ''dune build @doc'';
108108
installPhase = "cp -rf _build/default/_doc/_html $out";
109+
outputs = ["out"];
109110
});
110111
js = hax-engine.overrideAttrs (old: {
111112
name = "hax-engine.js";

0 commit comments

Comments
 (0)