mirror of
https://gitlab.com/rensa-nix/devshell.git
synced 2025-12-11 22:00:08 +01:00
chore: update nixmkdocs, add treefmt
This commit is contained in:
parent
9cb2d2bef6
commit
266080b197
4 changed files with 45 additions and 36 deletions
|
|
@ -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"];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue