diff --git a/modules/docker.nix b/modules/docker.nix index 8df1ba8..b9f3264 100644 --- a/modules/docker.nix +++ b/modules/docker.nix @@ -55,7 +55,7 @@ in { export = mkOption { description = "List of images to export"; - type = types.listOf (types.package); + type = types.listOf types.package; default = []; };