example fix

This commit is contained in:
GTrunSec 2022-04-02 13:28:07 -07:00
parent 2f2a3be87d
commit 164beed30d
No known key found for this signature in database
GPG key ID: 2368FAFA4ABDD2A0
4 changed files with 74 additions and 56 deletions

View file

@ -29,8 +29,13 @@ with lib; let
# eval without checking
evaled' = kubenix.evalModules {
check = false;
inherit modules;
modules =
modules
++ [
{
_module.args.check = false;
}
];
};
# test configuration