We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90b20c6 commit 5d086a3Copy full SHA for 5d086a3
nixos-modules/valheim.nix
@@ -86,7 +86,7 @@ in {
86
};
87
88
preset = lib.mkOption {
89
- type = lib.types.str; nullOr str;
+ type = lib.types; nullOr str;
90
default = null;
91
example = "hardcore";
92
description = lib.mdDoc ''
0 commit comments