mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
vscode-extensions.tsandall.opa: init at 0.12.2
Signed-off-by: Moritz Sanft <58110325+msanft@users.noreply.github.com>
This commit is contained in:
parent
1fdacfffa8
commit
1d21f2e88d
1 changed files with 16 additions and 0 deletions
|
@ -3478,6 +3478,22 @@ let
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
tsandall.opa = buildVscodeMarketplaceExtension {
|
||||||
|
mktplcRef = {
|
||||||
|
name = "opa";
|
||||||
|
publisher = "tsandall";
|
||||||
|
version = "0.12.2";
|
||||||
|
sha256 = "sha256-/eJzDhnQyvC9OBr4M03wLIWPiBeVtvX7ztSnO+YoCZM=";
|
||||||
|
};
|
||||||
|
meta = {
|
||||||
|
changelog = "https://github.com/open-policy-agent/vscode-opa/blob/master/CHANGELOG.md";
|
||||||
|
description = "An extension for VS Code which provides support for OPA";
|
||||||
|
homepage = "https://github.com/open-policy-agent/vscode-opa";
|
||||||
|
license = lib.licenses.asl20;
|
||||||
|
maintainers = [ lib.maintainers.msanft ];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
tuttieee.emacs-mcx = buildVscodeMarketplaceExtension {
|
tuttieee.emacs-mcx = buildVscodeMarketplaceExtension {
|
||||||
mktplcRef = {
|
mktplcRef = {
|
||||||
name = "emacs-mcx";
|
name = "emacs-mcx";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue