mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 16:39:00 +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
|
||||
|
|
6
lib/version.nix
Normal file
6
lib/version.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
lib,
|
||||
flake,
|
||||
}:
|
||||
{
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue