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

@ -1,7 +1,6 @@
{ config, kubenix, pkgs, lib, ... }:
{ config, options, kubenix, pkgs, lib, ... }:
with lib;
with import ../lib/modules.nix { inherit lib; };
let
cfg = config.submodules;