system: fix deprecated string
This commit is contained in:
parent
b252af1270
commit
0fc8b5023f
@ -20,13 +20,13 @@
|
|||||||
|
|
||||||
modpackFiles = lib.mkOption {
|
modpackFiles = lib.mkOption {
|
||||||
description = "List of files from modpack to copy into server directory";
|
description = "List of files from modpack to copy into server directory";
|
||||||
type = with lib.types; listOf string;
|
type = with lib.types; listOf str;
|
||||||
default = [ ];
|
default = [ ];
|
||||||
};
|
};
|
||||||
|
|
||||||
modpackSymlinks = lib.mkOption {
|
modpackSymlinks = lib.mkOption {
|
||||||
description = "List of files from modpack to symlink into server directory";
|
description = "List of files from modpack to symlink into server directory";
|
||||||
type = with lib.types; listOf string;
|
type = with lib.types; listOf str;
|
||||||
default = [ ];
|
default = [ ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user