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/web-personal.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/hosts/tente/web-personal.nix') diff --git a/nixos/hosts/tente/web-personal.nix b/nixos/hosts/tente/web-personal.nix index 039dec2..109a87d 100644 --- a/nixos/hosts/tente/web-personal.nix +++ b/nixos/hosts/tente/web-personal.nix @@ -2,7 +2,7 @@ let cfg = config.web-personal; - helpers = import ; + helpers = import { inherit config; }; in { options.web-personal = { -- cgit v1.2.3