nvs: refactor (#435098)
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user