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