Skip to content

Commit 5dff73a

Browse files
nvs: refactor (#435098)
2 parents 42e1afa + 6425d8c commit 5dff73a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pkgs/by-name/nv/nvs/package.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
installShellFiles,
55
writableTmpDirAsHomeHook,
66
lib,
7+
nix-update-script,
78
}:
89
buildGoModule (finalAttrs: {
910
pname = "nvs";
@@ -37,6 +38,10 @@ buildGoModule (finalAttrs: {
3738

3839
__darwinAllowLocalNetworking = true;
3940

41+
passthru = {
42+
updateScript = nix-update-script { };
43+
};
44+
4045
meta = {
4146
mainProgram = "nvs";
4247
description = "Lightweight Neovim Version & Config Manager CLI tool to install, switch, list, uninstall, and reset Neovim versions";

0 commit comments

Comments
 (0)