From 207f8ba8ee811cdcdbd570edffb4f44877c80482 Mon Sep 17 00:00:00 2001 From: Nathan Date: Sat, 23 Aug 2025 10:09:26 -0500 Subject: [PATCH] try --- system-config/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system-config/default.nix b/system-config/default.nix index 477d094..ffe616d 100644 --- a/system-config/default.nix +++ b/system-config/default.nix @@ -1,4 +1,4 @@ -{ config, lib, pkgs, inputs, ... }: { +{ config, lib, pkgs, inputs, modulesPath, ... }: { imports = [ ./services @@ -44,7 +44,7 @@ ((builtins.readDir ./configuration).${z} == "directory") then (import ./configuration/${z} { config = {}; - inherit lib pkgs inputs; + inherit lib pkgs inputs modulesPath; }) else null; test = if cfg == null then false