mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-09 12:25:03 +02:00
update-scripts/version-info: init
Writes a version-info.toml file.
(cherry picked from commit 7a4c70c55f
)
This commit is contained in:
parent
b04aa8fb49
commit
379d8bb5ca
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