nvs: refactor (#435098)

This commit is contained in:
Yohann Boniface
2025-08-24 03:12:58 +02:00
committed by GitHub
+5
View File
@@ -4,6 +4,7 @@
installShellFiles,
writableTmpDirAsHomeHook,
lib,
nix-update-script,
}:
buildGoModule (finalAttrs: {
pname = "nvs";
@@ -37,6 +38,10 @@ buildGoModule (finalAttrs: {
__darwinAllowLocalNetworking = true;
passthru = {
updateScript = nix-update-script { };
};
meta = {
mainProgram = "nvs";
description = "Lightweight Neovim Version & Config Manager CLI tool to install, switch, list, uninstall, and reset Neovim versions";