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/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 cf0f09a..2eb8673 100644 --- a/nixos/hosts/tente/matrix.nix +++ b/nixos/hosts/tente/matrix.nix @@ -2,7 +2,7 @@ let cfg = config.matrix; - helpers = import { inherit config; }; + helpers = import { inherit config lib pkgs; }; in { options.matrix = { -- cgit v1.2.3