This commit is contained in:
2025-08-23 10:09:26 -05:00
parent e68351f443
commit 207f8ba8ee

View File

@@ -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