Template: fix flake-parts template

This commit is contained in:
Johannes Kirschbauer
2024-08-27 10:45:28 +02:00
parent faf20dc197
commit 732ba9d176
4 changed files with 17 additions and 11 deletions

View File

@@ -163,7 +163,7 @@ let
);
##################################################
allMachines = inventory.machines or { } // config.machines or { } // testMachines;
allMachines = inventory.machines or { } // machines // testMachines;
supportedSystems = [
"x86_64-linux"