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 {
owner = "vrischmann";
repo = "tree-sitter-templ";
rev = "044ad200092170727650fa6d368df66a8da98f9d";
hash = "sha256-hJuB3h5pp+LLfP0/7bAYH0uLVo+OQk5jpzJb3J9BNkY=";
rev = "4519e3ec9ca92754ca25659bb1fd410d5e0f8d88";
hash = "sha256-ic5SlqDEZoYakrJFe0H9GdzravqovlL5sTaHjyhe74M=";
};
in
{

View file

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