chore: fix formatting
This commit is contained in:
parent
d594544229
commit
a7d8d0d04d
1 changed files with 4 additions and 4 deletions
|
|
@ -216,18 +216,18 @@ in {
|
||||||
|
|
||||||
customJVMOpts = mkOption {
|
customJVMOpts = mkOption {
|
||||||
description = "Additional JVM options";
|
description = "Additional JVM options";
|
||||||
type = types.coercedTo
|
type =
|
||||||
|
types.coercedTo
|
||||||
types.str
|
types.str
|
||||||
(lib.splitString " ")
|
(lib.splitString " ")
|
||||||
(types.listOf types.str);
|
(types.listOf types.str);
|
||||||
default = [ ];
|
default = [];
|
||||||
example = [
|
example = [
|
||||||
"-Dminecraft.api.env=custom"
|
"-Dminecraft.api.env=custom"
|
||||||
"-Dminecraft.api.auth.host=https://mcauth.example.space/auth"
|
"-Dminecraft.api.auth.host=https://mcauth.example.space/auth"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
operators = mkOption {
|
operators = mkOption {
|
||||||
type = types.attrsOf (
|
type = types.attrsOf (
|
||||||
types.coercedTo minecraftUUID (v: {uuid = v;}) (
|
types.coercedTo minecraftUUID (v: {uuid = v;}) (
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue