Skip to content

Commit

Permalink
vscode-extensions.alanz.vscode-hie-server: init at 0.0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
roberth committed Mar 17, 2019
1 parent 2864f5a commit 340e214
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pkgs/misc/vscode-extensions/default.nix
Expand Up @@ -11,6 +11,19 @@ in
# "${mktplcRef.publisher}.${mktplcRef.name}".
#
rec {

alanz.vscode-hie-server = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "vscode-hie-server";
publisher = "alanz";
version = "0.0.25"; # see the note above
sha256 = "0m21w03v94qxm0i54ki5slh6rg7610zfxinfpngr0hfpgw2nnxvc";
};
meta = {
license = stdenv.lib.licenses.mit;
};
};

bbenoist.Nix = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "Nix";
Expand Down

0 comments on commit 340e214

Please sign in to comment.