lib: migrate helpers.nixvimTypes -> lib.types

This commit is contained in:
Matt Sturgeon 2024-08-03 16:36:50 +01:00
parent b414a53649
commit b7f419a759
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299
5 changed files with 17 additions and 18 deletions

View file

@ -115,7 +115,7 @@ rec {
null
else if isString r then
{ __raw = r; }
else if helpers.nixvimTypes.isRawType r then
else if types.isRawType r then
r
else
throw "mkRaw: invalid input: ${generators.toPretty { multiline = false; } r}";