From affb926450cf00a79d12ae4ff45239f4746362c0 Mon Sep 17 00:00:00 2001 From: Johannes Kirschbauer Date: Thu, 30 Oct 2025 10:10:55 +0100 Subject: [PATCH] services: remove duplicate module args --- lib/inventory/distributed-service/all-services-wrapper.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/inventory/distributed-service/all-services-wrapper.nix b/lib/inventory/distributed-service/all-services-wrapper.nix index 7da8d68b6..381f4c555 100644 --- a/lib/inventory/distributed-service/all-services-wrapper.nix +++ b/lib/inventory/distributed-service/all-services-wrapper.nix @@ -37,9 +37,6 @@ in { name, ... }: { _module.args._ctx = [ name ]; - _module.args.clanLib = specialArgs.clanLib; - _module.args.exports = config.exports; - _module.args.directory = directory; } )