mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 08:00:06 +01:00
fix(modules): fix customResources
This commit is contained in:
parent
3eb8bc0731
commit
d582830627
4 changed files with 56 additions and 20 deletions
|
|
@ -8,7 +8,7 @@ with import ./lib.nix { inherit pkgs; inherit (pkgs) lib; };
|
|||
let
|
||||
evalKubernetesModules = configuration: evalModules rec {
|
||||
modules = [
|
||||
(import ./kubernetes.nix {})
|
||||
./kubernetes.nix
|
||||
./modules.nix configuration
|
||||
];
|
||||
args = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue