ClanModules: Add docs and api to retrieve metadata

This commit is contained in:
Johannes Kirschbauer
2024-06-25 21:17:42 +02:00
parent 9b0e2a87e8
commit 74dd48320e

View File

@@ -12,7 +12,7 @@
# { clanCore = «derivation JSON»; clanModules = { ${name} = «derivation JSON» }; }
jsonDocs = import ./get-module-docs.nix {
inherit (inputs) nixpkgs;
inherit pkgs self;
inherit pkgs;
inherit (self.nixosModules) clanCore;
inherit (self) clanModules;
};