testing: rename defaults to common options

They are technically no defaults and competing declarations cause a
module error
This commit is contained in:
David Arnold 2021-05-31 22:31:37 -05:00
parent 557cc48a0a
commit b29d3a11b2
No known key found for this signature in database
GPG key ID: 6D6A936E69C59D08
5 changed files with 18 additions and 18 deletions

View file

@ -40,10 +40,10 @@ let
args = { images = pkgs.callPackage ./images.nix { }; };
docker.registryUrl = registry;
defaults = [
common = [
{
features = [ "k8s" ];
default = {
options = {
kubernetes.version = k8sVersion;
};
}