mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
lib: export evalNixvim
as top-level alias
- `lib.nixvim.evalNixvim` - `<nixvim>.lib.evalNixvim` (flake output)
This commit is contained in:
parent
e793c5cdc6
commit
a70b16976b
2 changed files with 8 additions and 0 deletions
|
@ -44,6 +44,10 @@ lib.makeExtensible (
|
|||
transitionType
|
||||
;
|
||||
|
||||
inherit (self.modules)
|
||||
evalNixvim
|
||||
;
|
||||
|
||||
inherit (self.options)
|
||||
defaultNullOpts
|
||||
mkAutoLoadOption
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue