vscode-extensions.jjk.jjk: init at 0.8.1
This commit is contained in:
@@ -2516,6 +2516,8 @@ let
|
||||
};
|
||||
};
|
||||
|
||||
jjk.jjk = callPackage ./jjk.jjk { };
|
||||
|
||||
jkillian.custom-local-formatters = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
publisher = "jkillian";
|
||||
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
lib,
|
||||
vscode-utils,
|
||||
}:
|
||||
|
||||
vscode-utils.buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "jjk";
|
||||
publisher = "jjk";
|
||||
version = "0.8.1";
|
||||
hash = "sha256-2JUn6wkWgZKZzhitQy6v9R/rCNLrt7DBtt59707hp6c=";
|
||||
};
|
||||
meta = {
|
||||
changelog = "https://github.com/keanemind/jjk/releases";
|
||||
description = "Visual Studio Code extension for the Jujutsu (jj) version control system";
|
||||
downloadPage = "https://marketplace.visualstudio.com/items?itemName=jjk.jjk";
|
||||
homepage = "https://github.com/keanemind/jjk";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ ilai-deutel ];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user