We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b8d3fd7 + 5038233 commit 2dcc7bbCopy full SHA for 2dcc7bb
pkgs/by-name/ne/neovim-node-client/package.nix
@@ -27,6 +27,11 @@ buildNpmPackage rec {
27
runHook postBuild
28
'';
29
30
+ postInstall = ''
31
+ mkdir $out/bin
32
+ ln -s $out/lib/node_modules/neovim/node_modules/.bin/neovim-node-host $out/bin/neovim-node-host
33
+ '';
34
+
35
meta = {
36
mainProgram = "neovim-node-host";
37
description = "Nvim msgpack API client and remote plugin provider";
0 commit comments