Skip to content

Commit

Permalink
tests: use nvim-wrapped in mkNeorocksTest
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed Sep 5, 2023
1 parent ddeb56e commit 4259cb1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nix/test-overlay.nix
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,12 @@ with final.stdenv; let
inherit name;
pname = "haskell-tools.nvim";
src = self;
neovim = nvim;
neovim = nvim-wrapped;

luaPackages = ps: with ps; [plenary-nvim];

extraPackages = with final;
[
nvim-wrapped
makeWrapper
curl
]
Expand Down

0 comments on commit 4259cb1

Please sign in to comment.