docs: add docs base

This commit is contained in:
technofab 2025-08-28 10:30:23 +02:00
parent 519ed97c97
commit b0eaa25b77
No known key found for this signature in database
5 changed files with 74 additions and 5 deletions

View file

@ -1,11 +1,13 @@
{
inputs = {
devshell.url = "gitlab:rensa-nix/devshell?dir=lib";
nixmkdocs.url = "gitlab:TECHNOFAB/nixmkdocs?dir=lib";
};
outputs = i:
i
// {
dslib = i.devshell.lib {inherit (i.parent) pkgs;};
doclib = i.nixmkdocs.lib {inherit (i.parent) pkgs;};
};
}