feat: refactor kubenix.k8s-submodule to kubenix.all module

This commit is contained in:
Jaka Hudoklin 2019-03-05 21:26:49 +01:00
parent 03e1f4c1c4
commit fbaed4ec00
No known key found for this signature in database
GPG key ID: 6A08896BFD32BD95
6 changed files with 78 additions and 6 deletions

View file

@ -1,4 +1,4 @@
{pkgs ? import <nixpkgs> {}}:
{ pkgs ? import <nixpkgs> {} }:
let
kubenix = import ./. { inherit pkgs; };