update-scripts/version-info: init

Writes a version-info.toml file.
This commit is contained in:
Matt Sturgeon 2025-05-22 16:29:30 +01:00
parent bfee503e0f
commit 7a4c70c55f
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299
2 changed files with 37 additions and 0 deletions

View file

@ -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 { };
})