try
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
{ config, lib, pkgs, inputs, ... }: {
|
{ config, lib, pkgs, inputs, modulesPath, ... }: {
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
./services
|
./services
|
||||||
@@ -44,7 +44,7 @@
|
|||||||
((builtins.readDir ./configuration).${z} == "directory")
|
((builtins.readDir ./configuration).${z} == "directory")
|
||||||
then (import ./configuration/${z} {
|
then (import ./configuration/${z} {
|
||||||
config = {};
|
config = {};
|
||||||
inherit lib pkgs inputs;
|
inherit lib pkgs inputs modulesPath;
|
||||||
})
|
})
|
||||||
else null;
|
else null;
|
||||||
test = if cfg == null then false
|
test = if cfg == null then false
|
||||||
|
|||||||
Reference in New Issue
Block a user