This commit is contained in:
GTrunSec 2022-04-02 14:42:22 -07:00
parent 836fe9abd0
commit bc5c70db39
No known key found for this signature in database
GPG key ID: 2368FAFA4ABDD2A0
13 changed files with 68 additions and 57 deletions

View file

@ -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 =