feat: rename kubenix.all to kubenix.module

This commit is contained in:
Jaka Hudoklin 2019-03-07 11:41:43 +01:00
parent a6cea15f34
commit e260ad9bb4
No known key found for this signature in database
GPG key ID: 6A08896BFD32BD95
4 changed files with 6 additions and 6 deletions

View file

@ -5,5 +5,5 @@
testing = ./testing;
helm = ./helm;
docker = ./docker;
all = ./all.nix;
module = ./module.nix;
}