Skip to content

Commit

Permalink
neovim: fix bundlerEnv
Browse files Browse the repository at this point in the history
  • Loading branch information
gebner committed Feb 22, 2018
1 parent 823facf commit ba58b42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/editors/neovim/wrapper.nix
Expand Up @@ -25,7 +25,7 @@ let
name = "neovim-ruby-env";
gemdir = ./ruby_provider;
postBuild = ''
ln -s ${ruby}/bin/* $out/bin
ln -sf ${ruby}/bin/* $out/bin
'';
};

Expand Down

0 comments on commit ba58b42

Please sign in to comment.