From 7df1dc1833a11c21b17ddd4ceb02004fa5b3e97c Mon Sep 17 00:00:00 2001 From: Johannes Kirschbauer Date: Tue, 10 Jun 2025 19:20:45 +0200 Subject: [PATCH] chore(clanInternals): remove unused 'templates' attribute" --- lib/build-clan/module.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/build-clan/module.nix b/lib/build-clan/module.nix index a3de32f2d..aee0a2b79 100644 --- a/lib/build-clan/module.nix +++ b/lib/build-clan/module.nix @@ -242,14 +242,14 @@ in clanInternals = { inherit inventoryClass; + # TODO: remove this after a month or so + # This is here for backwards compatibility for older CLI versions inventory = config.inventory; # TODO: unify this interface # We should have only clan.modules. (consistent with clan.templates) inherit (clan-core) clanModules; - templates = config.templates; - secrets = config.secrets; # machine specifics