Inventory/schema: disable warning until fully migrated

This commit is contained in:
Johannes Kirschbauer
2024-10-08 19:31:13 +02:00
parent b85d502cc3
commit 0fec60a36c

View File

@@ -32,17 +32,18 @@ let
] ++ (map (name: clanModules.${name}) modulenames); ] ++ (map (name: clanModules.${name}) modulenames);
}; };
in in
lib.warn '' # lib.warn ''
EvalClanModules doesn't respect role specific interfaces. # EvalClanModules doesn't respect role specific interfaces.
The following {module}/default.nix file trying to be imported. # The following {module}/default.nix file trying to be imported.
Modules: ${builtins.toJSON modulenames} # Modules: ${builtins.toJSON modulenames}
This might result in incomplete or incorrect interfaces. # This might result in incomplete or incorrect interfaces.
FIX: Use evalClanModuleWithRole instead. # FIX: Use evalClanModuleWithRole instead.
'' evaled; # ''
evaled;
/* /*
This function takes a list of module names and evaluates them This function takes a list of module names and evaluates them