vscode-extensions.antfu.slidev: init at 0.3.2

This commit is contained in:
Vanilla 2021-09-17 08:36:09 +08:00
parent 590bd1db94
commit 97bbfa3da4
No known key found for this signature in database
GPG Key ID: 4DFA2BDD7305E739

View File

@ -117,7 +117,8 @@ let
};
};
antfu.icons-carbon = buildVscodeMarketplaceExtension {
antfu = {
icons-carbon = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "icons-carbon";
publisher = "antfu";
@ -129,6 +130,19 @@ let
};
};
slidev = buildVscodeMarketplaceExtension {
mktplcRef = {
publisher = "antfu";
name = "slidev";
version = "0.3.2";
sha256 = "sha256-vzmByEiKZIkd707Bs4RGQrMII5sghYlkQI6aAJOHFcY=";
};
meta = with lib; {
license = licenses.mit;
};
};
};
arrterian.nix-env-selector = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "nix-env-selector";