feat(legacy): refactor legacy kubenix support

This commit is contained in:
Jaka Hudoklin 2019-10-06 21:39:10 +02:00
parent a8dcc69d54
commit 9f05cd56b1
No known key found for this signature in database
GPG key ID: D1F18234B07BD6E2
8 changed files with 139 additions and 98 deletions

View file

@ -8,7 +8,5 @@
testing = ./testing.nix;
test = ./test.nix;
module = ./module.nix;
v1 = {
modules = ./v1/modules.nix;
};
legacy = ./legacy.nix;
}