mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-13 00:20:07 +01:00
fmt
This commit is contained in:
parent
836fe9abd0
commit
bc5c70db39
13 changed files with 68 additions and 57 deletions
|
|
@ -3,7 +3,8 @@
|
|||
registry,
|
||||
}: let
|
||||
# evaluated configuration
|
||||
inherit ((evalModules {
|
||||
inherit
|
||||
((evalModules {
|
||||
module = {kubenix, ...}: {
|
||||
imports = [
|
||||
kubenix.modules.testing
|
||||
|
|
@ -29,7 +30,9 @@
|
|||
];
|
||||
};
|
||||
};
|
||||
})) config;
|
||||
}))
|
||||
config
|
||||
;
|
||||
in {
|
||||
inherit config;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue