Skip to content

Commit

Permalink
build(nix): use buildVimPlugin
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed Oct 2, 2023
1 parent 93bd8fb commit b61a10a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nix/ci-overlay.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ with final.lib;
with final.stdenv; let
nvim-nightly = final.neovim-nightly;

plenary-plugin = final.pkgs.vimUtils.buildVimPluginFrom2Nix {
plenary-plugin = final.pkgs.vimUtils.buildVimPlugin {
name = "plenary.nvim";
src = plenary-nvim;
};
Expand Down
2 changes: 1 addition & 1 deletion nix/plugin-overlay.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name,
self,
}: final: prev: {
haskell-snippets-nvim = final.pkgs.vimUtils.buildVimPluginFrom2Nix {
haskell-snippets-nvim = final.pkgs.vimUtils.buildVimPlugin {
inherit name;
src = self;
};
Expand Down

0 comments on commit b61a10a

Please sign in to comment.