Unverified Commit 5dff73a8 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

nvs: refactor (#435098)

parents 42e1afa4 6425d8cc
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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";