From 4251d5ee0be4453f5dfd18e5be8fe0bd8412c856 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Thu, 8 May 2025 16:29:23 +0200 Subject: [PATCH] clan evaluation warnings for clan.inventory.modules --- clanServices/hello-world/flake-module.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/clanServices/hello-world/flake-module.nix b/clanServices/hello-world/flake-module.nix index 0c85e0630..91c9943e7 100644 --- a/clanServices/hello-world/flake-module.nix +++ b/clanServices/hello-world/flake-module.nix @@ -10,9 +10,6 @@ let }; in { - clan.inventory.modules = { - hello-world = module; - }; clan.modules = { hello-world = module; };