chore: fix formatting
This commit is contained in:
parent
d594544229
commit
a7d8d0d04d
1 changed files with 4 additions and 4 deletions
|
|
@ -216,7 +216,8 @@ in {
|
|||
|
||||
customJVMOpts = mkOption {
|
||||
description = "Additional JVM options";
|
||||
type = types.coercedTo
|
||||
type =
|
||||
types.coercedTo
|
||||
types.str
|
||||
(lib.splitString " ")
|
||||
(types.listOf types.str);
|
||||
|
|
@ -227,7 +228,6 @@ in {
|
|||
];
|
||||
};
|
||||
|
||||
|
||||
operators = mkOption {
|
||||
type = types.attrsOf (
|
||||
types.coercedTo minecraftUUID (v: {uuid = v;}) (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue