ClanModules: Add docs and api to retrieve metadata

This commit is contained in:
Johannes Kirschbauer
2024-06-25 21:17:42 +02:00
parent cbb78ca1ae
commit 4aaf6e4244

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;
};