Skip to content

Commit 42c41cd

Browse files
Fix syntax error
1 parent 5d086a3 commit 42c41cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nixos-modules/valheim.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ in {
8686
};
8787

8888
preset = lib.mkOption {
89-
type = lib.types; nullOr str;
89+
type = with lib.types; nullOr str;
9090
default = null;
9191
example = "hardcore";
9292
description = lib.mdDoc ''

0 commit comments

Comments
 (0)