summaryrefslogtreecommitdiff
path: root/nixos/hosts/tente/matrix.nix
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2025-08-21 06:38:52 +0200
committerMartin Fischer <martin@push-f.com>2025-08-27 17:39:11 +0200
commit565fffe39d8bc511fa0feb98a245f20295f806fd (patch)
tree44d425ea54eb86c3ec31f4129875d6492c1f7af9 /nixos/hosts/tente/matrix.nix
parent9996125209dbf475191be2e94771ca5bb7793d4d (diff)
refactor: pass lib and pkgs to helpers.nix
Diffstat (limited to 'nixos/hosts/tente/matrix.nix')
-rw-r--r--nixos/hosts/tente/matrix.nix2
1 files changed, 1 insertions, 1 deletions
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 <top/helpers.nix> { inherit config; };
+ helpers = import <top/helpers.nix> { inherit config lib pkgs; };
in
{
options.matrix = {