fix regressions due updates in nixpkgs

This commit is contained in:
Jaka Hudoklin 2020-01-15 10:42:29 +00:00 committed by Jaka Hudoklin
parent 1faae85426
commit 13e5edd9f9
No known key found for this signature in database
GPG key ID: D1F18234B07BD6E2
3 changed files with 6 additions and 2 deletions

View file

@ -239,6 +239,7 @@ in {
example = literalExample ''{config, ...}: {
kubernetes.version = config.kubernetes.version;
}'';
apply = filter (v: v!=[]);
default = [];
};