chore: update nixmkdocs, add treefmt

This commit is contained in:
technofab 2025-09-15 10:53:39 +02:00
parent 9cb2d2bef6
commit 266080b197
No known key found for this signature in database
4 changed files with 45 additions and 36 deletions

View file

@ -1,15 +1,14 @@
{inputs, ...}: let
inherit (inputs) pkgs devshell doclib;
roots = [
{
url = "https://gitlab.com/rensa-nix/devshell/-/blob/main/lib";
path = "${inputs.self}/lib";
}
];
optionsDoc = doclib.mkOptionDocs {
module = devshell.modules;
inherit roots;
roots = [
{
url = "https://gitlab.com/rensa-nix/devshell/-/blob/main/lib";
path = "${inputs.self}/lib";
}
];
};
optionsDocs = pkgs.runCommand "options-docs" {} ''
mkdir -p $out
@ -27,9 +26,9 @@ in
accent = "blue";
};
umami = {
enable = false;
enable = true;
src = "https://analytics.tf/umami";
siteId = "";
siteId = "8f6d1692-a0e9-4a99-85cc-22fb38e1c82b";
domains = ["devshell.rensa.projects.tf"];
};
};