docs: remove unused export

This commit is contained in:
Johannes Kirschbauer
2025-09-16 15:33:29 +02:00
parent 3d680bcc5f
commit b1e3e3616e
2 changed files with 0 additions and 4 deletions

View File

@@ -11,7 +11,6 @@
...
}:
let
clanOptions = self'.legacyPackages.clan-internals-docs;
# Simply evaluated options (JSON)
# { clanCore = «derivation JSON»; clanModules = { ${name} = «derivation JSON» }; }
jsonDocs = pkgs.callPackage ./get-module-docs.nix {
@@ -74,8 +73,6 @@
export CLAN_MODULES_VIA_SERVICE=${clanModulesViaService}
export CLAN_SERVICE_INTERFACE=${self'.legacyPackages.clan-service-module-interface}/share/doc/nixos/options.json
export BUILD_CLAN_PATH=${clanOptions}/share/doc/nixos/options.json
mkdir $out
# The python script will place mkDocs files in the output directory

View File

@@ -40,7 +40,6 @@ from clan_lib.services.modules import (
# Get environment variables
CLAN_CORE_PATH = Path(os.environ["CLAN_CORE_PATH"])
CLAN_CORE_DOCS = Path(os.environ["CLAN_CORE_DOCS"])
BUILD_CLAN_PATH = os.environ.get("BUILD_CLAN_PATH")
# Options how to author clan.modules
# perInstance, perMachine, ...