Add docsga
This commit is contained in:
parent
a50f970eda
commit
2195c7a850
10 changed files with 98 additions and 17 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue