Skip to content

Commit

Permalink
fix: dbee
Browse files Browse the repository at this point in the history
  • Loading branch information
willruggiano committed Jul 31, 2024
1 parent 951e0bb commit a9e71ce
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkgs/nvim-dbee.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
buildGoModule,
vimUtils,
arrow-cpp,
duckdb,
...
}: let
Expand All @@ -9,8 +10,8 @@
name = "dbee";
src = sources.nvim-dbee;
sourceRoot = "source/dbee";
vendorHash = "sha256-AItvgOehVskGLARJWDnJLtWM5YHKN/zn/FnZQ0evAtI=";
buildInputs = [duckdb];
vendorHash = "sha256-U/3WZJ/+Bm0ghjeNUILsnlZnjIwk3ySaX3Rd4L9Z62A=";
buildInputs = [arrow-cpp duckdb];
};
in
vimUtils.buildVimPlugin {
Expand Down

0 comments on commit a9e71ce

Please sign in to comment.