mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-26 10:48:35 +02:00
update-scripts/version-info: init
Writes a version-info.toml file.
This commit is contained in:
parent
bfee503e0f
commit
7a4c70c55f
2 changed files with 37 additions and 0 deletions
|
@ -17,4 +17,5 @@ lib.fix (self: {
|
|||
none-ls-builtins = pkgs.callPackage ./none-ls.nix { };
|
||||
rust-analyzer-options = pkgs.callPackage ./rust-analyzer { };
|
||||
lspconfig-servers = pkgs.callPackage ./nvim-lspconfig { };
|
||||
version-info = pkgs.callPackage ./version-info { };
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue