1
0
forked from clan/clan-core

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
Signed by: hsjobeki
SSH Key Fingerprint: SHA256:vX3utDqig7Ph5L0JPv87ZTPb/w7cMzREKVZzzLFg9qU

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