13 src = fetchFromGitHub {
17 hash = "sha256-FLlSS/ZgoGT4SyBG/sKdrN3eBSJdT0qFeGl01y4P/So=";
21 substituteInPlace go.mod \
22 --replace-fail "go 1.23.1" "go 1.22.7"
29 vendorHash = "sha256-DuGMlRdVUMKwghPQjVP3A+epnsA5a15jl84Y8LTPkTM=";
37 mv $out/bin/src $out/bin/nvrh
40 nativeInstallCheckInputs = [
43 versionCheckProgramArg = [ "--version" ];
44 doInstallCheck = true;
47 updateScript = nix-update-script { };
51 description = "Aims to be similar to VSCode Remote, but for Neovim";
52 homepage = "https://github.com/mikew/nvrh";
53 changelog = "https://github.com/mikew/nvrh/blob/${src.rev}/CHANGELOG.md";
54 license = lib.licenses.mit;
55 maintainers = with lib.maintainers; [ GaetanLepage ];