fix infinite recursion
This commit is contained in:
committed by
Johannes Kirschbauer
parent
45058ff818
commit
6f1ab30881
@@ -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;
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user