From 8decf498af73430667efbf6874fb4b83a2b70610 Mon Sep 17 00:00:00 2001 From: Nathan Date: Sat, 23 Aug 2025 10:01:06 -0500 Subject: [PATCH] try --- system-config/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system-config/default.nix b/system-config/default.nix index aec80fa..9f338e4 100644 --- a/system-config/default.nix +++ b/system-config/default.nix @@ -43,7 +43,7 @@ cfg = if ((builtins.readDir ./configuration).${z} == "directory") then (import ./configuration/${z} { - inherit config lib pkgs inputs; + inherit lib pkgs inputs; }).config else null; test = if cfg == null then false