Skip to content

Commit

Permalink
flake: add mdbook (#243)
Browse files Browse the repository at this point in the history
Reviewed-on: https://codeberg.org/mergiraf/mergiraf/pulls/243
Reviewed-by: Antonin Delpeuch <[email protected]>
Co-authored-by: Ada Alakbarova <[email protected]>
Co-committed-by: Ada Alakbarova <[email protected]>
  • Loading branch information
ada4a authored and Antonin Delpeuch committed Mar 6, 2025
1 parent b88ddc9 commit c79a193
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,10 @@
packages =
nativeBuildInputs
++ nativeCheckInputs
++ (with pkgs; [graphviz]);
++ (with pkgs; [
graphviz
mdbook # for building `mergiraf.org`
]);
};
});
}

0 comments on commit c79a193

Please sign in to comment.