From 565fffe39d8bc511fa0feb98a245f20295f806fd Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Thu, 21 Aug 2025 06:38:52 +0200 Subject: refactor: pass lib and pkgs to helpers.nix --- 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 109a87d..d706b9d 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 { inherit config; }; + helpers = import { inherit config lib pkgs; }; in { options.web-personal = { -- cgit v1.2.3