mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-06 15:24:31 +02:00
lib/version: init
This commit is contained in:
parent
14c7f5f896
commit
ce6c733190
2 changed files with 7 additions and 0 deletions
|
@ -25,6 +25,7 @@ lib.makeExtensible (
|
|||
options = call ./options.nix { };
|
||||
plugins = call ./plugins { };
|
||||
utils = call ./utils.nix { inherit _nixvimTests; } // call ./utils.internal.nix { };
|
||||
version = call ./version.nix { inherit flake; };
|
||||
|
||||
# Top-level helper aliases:
|
||||
# TODO: deprecate some aliases
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue