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