fix: Remove missed mentions of rawType (#875)

This commit is contained in:
traxys 2024-01-02 00:26:41 +01:00 committed by GitHub
parent 4d14c098b6
commit 8b8a1c0f4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View file

@ -371,7 +371,7 @@ with lib; rec {
in
{
rawLua = mkOptionType {
name = "rawType";
name = "rawLua";
description = "raw lua code";
descriptionClass = "noun";
merge = mergeEqualOption;