about summary refs log tree commit diff
path: root/pkgs/applications/editors/neovim
diff options
context:
space:
mode:
authorMalo Bourgon <mbourgon@gmail.com>2022-03-28 19:15:31 -0700
committerGitHub <noreply@github.com>2022-03-29 04:15:31 +0200
commitfc3331b5223deb61ba7482c9794471665c34d577 (patch)
tree39a1f31f2bc203ac2086ddc9d2f69d899d399ae6 /pkgs/applications/editors/neovim
parent8c5ec1e5617b1e294b12de38ef4595bb9fd6b3e6 (diff)
downloadnixlib-fc3331b5223deb61ba7482c9794471665c34d577.tar
nixlib-fc3331b5223deb61ba7482c9794471665c34d577.tar.gz
nixlib-fc3331b5223deb61ba7482c9794471665c34d577.tar.bz2
nixlib-fc3331b5223deb61ba7482c9794471665c34d577.tar.lz
nixlib-fc3331b5223deb61ba7482c9794471665c34d577.tar.xz
nixlib-fc3331b5223deb61ba7482c9794471665c34d577.tar.zst
nixlib-fc3331b5223deb61ba7482c9794471665c34d577.zip
neovim-remote: add meta.mainProgram (#166173)
Diffstat (limited to 'pkgs/applications/editors/neovim')
-rw-r--r--pkgs/applications/editors/neovim/neovim-remote.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/editors/neovim/neovim-remote.nix b/pkgs/applications/editors/neovim/neovim-remote.nix
index 2b1281ae21be..aca88252ebe1 100644
--- a/pkgs/applications/editors/neovim/neovim-remote.nix
+++ b/pkgs/applications/editors/neovim/neovim-remote.nix
@@ -41,5 +41,6 @@ with python3.pkgs; buildPythonApplication rec {
     license = licenses.mit;
     maintainers = with maintainers; [ edanaher ];
     platforms = platforms.unix;
+    mainProgram = "nvr";
   };
 }