mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 16:10:05 +01:00
chore(docker): unnecessary brackets
This commit is contained in:
parent
9bad94a45e
commit
00d76d50e3
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ in {
|
|||
|
||||
export = mkOption {
|
||||
description = "List of images to export";
|
||||
type = types.listOf (types.package);
|
||||
type = types.listOf types.package;
|
||||
default = [];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue