Skip to content

Commit

Permalink
build: fix overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed Jul 2, 2024
1 parent f6688b0 commit 7f74e12
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
in {
packages = rec {
default = rocks-treesitter-nvim;
inherit (pkgs.lua51Packages) rocks-treesitter-nvim;
inherit (pkgs.luajitPackages) rocks-treesitter-nvim;
inherit (pkgs) neovim-with-rocks;
};

Expand Down
2 changes: 0 additions & 2 deletions nix/overlay.nix
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,4 @@ in {
src = self;
};
};

rocks-treesitter-nvim = final.luajitPackages.rocks-treesitter-nvim;
}

0 comments on commit 7f74e12

Please sign in to comment.