mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-01 13:14:42 +00:00
vscode-extensions.arktypeio.arkdark: init at 6.6.0
This commit is contained in:
@@ -361,6 +361,22 @@ let
|
||||
};
|
||||
};
|
||||
|
||||
arktypeio.arkdark = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
publisher = "arktypeio";
|
||||
name = "arkdark";
|
||||
version = "6.6.0";
|
||||
hash = "sha256-9QsHaH8mXM7D7QE5+xTFrGyxh6MShPF9Wk0hFHpxk8A=";
|
||||
};
|
||||
meta = {
|
||||
description = "Syntax highlighting and inline errors for ArkType";
|
||||
downloadPage = "https://marketplace.visualstudio.com/items?itemName=arktypeio.arkdark";
|
||||
homepage = "https://github.com/arktypeio/arktype";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ logn ];
|
||||
};
|
||||
};
|
||||
|
||||
arrterian.nix-env-selector = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "nix-env-selector";
|
||||
|
||||
Reference in New Issue
Block a user