mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-16 04:04:34 +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, nixvimOptions, ... }:
|
||||
{ lib, helpers, ... }:
|
||||
with lib;
|
||||
with nixvimOptions;
|
||||
with helpers;
|
||||
with lib.types;
|
||||
let
|
||||
strLikeType =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue