fix infinite recursion

This commit is contained in:
Jörg Thalheim
2025-02-03 10:58:55 +07:00
committed by Johannes Kirschbauer
parent 45058ff818
commit 6f1ab30881
4 changed files with 4 additions and 14 deletions

View File

@@ -1,3 +1,4 @@
# NixOS module
{
config,
clan-core,
@@ -43,8 +44,7 @@ let
# { ${machineName} :: Config }
serviceConfigs = (
buildInventory {
inherit inventory;
inherit directory;
inherit inventory directory;
}
);