mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 08:00:06 +01:00
WIP: IFD issue
This commit is contained in:
parent
e823a93100
commit
e7227cfe8c
2 changed files with 12 additions and 6 deletions
|
|
@ -236,8 +236,11 @@ in {
|
|||
}: let
|
||||
evaledSubmodule' = evalModules {
|
||||
inherit specialArgs;
|
||||
modules = config.modules ++ [./base.nix];
|
||||
check = false;
|
||||
modules = config.modules ++ [./base.nix] ++ [
|
||||
{
|
||||
_module.args.check = false;
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
evaledSubmodule =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue