chore(docker): unnecessary brackets

This commit is contained in:
Jaka Hudoklin 2019-03-13 18:02:31 +01:00
parent 9bad94a45e
commit 00d76d50e3
No known key found for this signature in database
GPG key ID: 6A08896BFD32BD95

View file

@ -55,7 +55,7 @@ in {
export = mkOption {
description = "List of images to export";
type = types.listOf (types.package);
type = types.listOf types.package;
default = [];
};