Inventory/schema: disable warning until fully migrated
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user