Move kakoune to a full-fledged package #4

Open
nki wants to merge 42 commits from kakoune-package into master
2 changed files with 3 additions and 3 deletions
Showing only changes of commit a6c34181b4 - Show all commits

View file

@ -97,8 +97,8 @@ in
src = pkgs.fetchFromGitHub { src = pkgs.fetchFromGitHub {
owner = "vrischmann"; owner = "vrischmann";
repo = "tree-sitter-templ"; repo = "tree-sitter-templ";
rev = "044ad200092170727650fa6d368df66a8da98f9d"; rev = "4519e3ec9ca92754ca25659bb1fd410d5e0f8d88";
hash = "sha256-hJuB3h5pp+LLfP0/7bAYH0uLVo+OQk5jpzJb3J9BNkY="; hash = "sha256-ic5SlqDEZoYakrJFe0H9GdzravqovlL5sTaHjyhe74M=";
}; };
in in
{ {

View file

@ -39,8 +39,8 @@ let
command = "vscode-${name}-language-server"; command = "vscode-${name}-language-server";
filetypes = [ name "templ" ]; filetypes = [ name "templ" ];
roots = [ "package.json" ".git" ]; roots = [ "package.json" ".git" ];
package = nodePackages.vscode-langservers-extracted;
}; };
package = nodePackages.vscode-langservers-extracted;
}; };
in in
{ {