From 74dd48320efa32aad4ce1128df4a499c1505a97c Mon Sep 17 00:00:00 2001 From: Johannes Kirschbauer Date: Tue, 25 Jun 2024 21:17:42 +0200 Subject: [PATCH] ClanModules: Add docs and api to retrieve metadata --- docs/nix/flake-module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/nix/flake-module.nix b/docs/nix/flake-module.nix index 10019b5c..ea4c4bf1 100644 --- a/docs/nix/flake-module.nix +++ b/docs/nix/flake-module.nix @@ -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; };