From 5a0c9eb79b5618c4894397646788e77db90429e0 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Thu, 27 Mar 2025 08:27:56 +0100 Subject: refactor: pass config to helpers --- nixos/hosts/tente/matrix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/hosts/tente/matrix.nix') diff --git a/nixos/hosts/tente/matrix.nix b/nixos/hosts/tente/matrix.nix index f77274a..3dc5ad0 100644 --- a/nixos/hosts/tente/matrix.nix +++ b/nixos/hosts/tente/matrix.nix @@ -2,7 +2,7 @@ let cfg = config.matrix; - helpers = import ; + helpers = import { inherit config; }; in { options.matrix = { -- cgit v1.2.3