From 9c349a3c21280190966811a7314c52eba6de5af2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Wed, 19 Jun 2024 17:53:35 +0200 Subject: [PATCH] rename clanCore -> clan.core --- 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 b398db44..b0749fe6 100644 --- a/docs/nix/flake-module.nix +++ b/docs/nix/flake-module.nix @@ -50,7 +50,7 @@ }; module-docs = pkgs.runCommand "rendered" { nativeBuildInputs = [ pkgs.python3 ]; } '' - export CLAN_CORE=${jsonDocs.clanCore}/share/doc/nixos/options.json + export CLAN_CORE=${jsonDocs.clan.core}/share/doc/nixos/options.json # A file that contains the links to all clanModule docs export CLAN_MODULES=${clanModulesFileInfo} export CLAN_MODULES_READMES=${clanModulesReadmes}