Add docsga

This commit is contained in:
DashieTM 2024-08-27 23:51:52 +02:00
parent a50f970eda
commit 2195c7a850
10 changed files with 98 additions and 17 deletions

View file

@ -66,8 +66,12 @@
};
};
in
{
rec {
dashNixLib = import ./lib { inherit inputs pkgs; };
docs = import ./docs {
inherit inputs pkgs;
build_systems = dashNixLib.build_systems;
};
dashNixInputs = inputs;
stablePkgs = stable;
unstablePkgs = pkgs;