how the fuck did this happen

This commit is contained in:
Charlotte 🦝 Delenk 2022-02-20 10:02:10 +01:00
parent c0c85c09d0
commit 4091b64eea
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -129,7 +129,7 @@ in
description = "Level seed";
};
level-type = mkOption {
default = "defaulte";
default = "default";
type = types.enum [ "default" "flat" "largeBiomes" "amplified" ];
description = "Level type";
};