We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40c528a commit 928a99cCopy full SHA for 928a99c
1 file changed
nix/doc.nix
@@ -32,6 +32,7 @@ stdenv.mkDerivation {
32
mkdir -p .build
33
substituteInPlace Doxyfile \
34
--replace-fail "DOT_PATH = dot" "DOT_PATH = ${lib.getExe' graphviz "dot"}"
35
+ doxygen Doxyfile
36
'';
37
38
makeFlags = ["html-doc"];
0 commit comments