mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
lib/helpers: build recursively
This commit is contained in:
parent
a655679ecc
commit
0e98d9cf1e
8 changed files with 68 additions and 96 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
lib,
|
||||
nixvimTypes,
|
||||
helpers,
|
||||
_nixvimTests,
|
||||
}:
|
||||
with lib;
|
||||
|
@ -115,7 +115,7 @@ rec {
|
|||
null
|
||||
else if isString r then
|
||||
{ __raw = r; }
|
||||
else if nixvimTypes.isRawType r then
|
||||
else if helpers.nixvimTypes.isRawType r then
|
||||
r
|
||||
else
|
||||
throw "mkRaw: invalid input: ${generators.toPretty { multiline = false; } r}";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue