From 3098425f007247abcd381cc03515876ca56569ab Mon Sep 17 00:00:00 2001 From: gabriel hosquet Date: Mon, 30 Jun 2025 00:13:39 +0200 Subject: [PATCH] Run doxygen before running sphink --- nix/doc.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/doc.nix b/nix/doc.nix index 3852958c..634edfeb 100644 --- a/nix/doc.nix +++ b/nix/doc.nix @@ -32,6 +32,7 @@ stdenv.mkDerivation { mkdir -p .build substituteInPlace Doxyfile \ --replace-fail "DOT_PATH = dot" "DOT_PATH = ${lib.getExe' graphviz "dot"}" + doxygen Doxyfile ''; makeFlags = ["html-doc"];