Fix type (why did this used to work?)

This commit is contained in:
niten 2022-12-02 09:06:27 -08:00
parent 3663be3460
commit 538524c962
1 changed files with 1 additions and 1 deletions

View File

@ -236,7 +236,7 @@ in {
flags = commonFlags ++ memFlags
++ (optionals (worldOpts.allocated-memory >= 12) highMemFlags);
flagStr = concatStringsSep " " flags;
in pkgs.writeShellScript "mc-start-${sanitized-Name}.sh"
in pkgs.writeShellScript "mc-start-${sanitizedName}.sh"
"${pkgs.papermc}/bin/minecraft-server ${flagStr}";
in nameValuePair serverName {