vscode-extensions.jnoortheen.nix-ide: updated metadata
This commit is contained in:
parent
81897656f2
commit
09576efea7
1 changed files with 8 additions and 3 deletions
|
@ -305,15 +305,20 @@ let
|
||||||
};
|
};
|
||||||
|
|
||||||
jnoortheen.nix-ide = buildVscodeMarketplaceExtension {
|
jnoortheen.nix-ide = buildVscodeMarketplaceExtension {
|
||||||
|
meta = with lib; {
|
||||||
|
changelog = "https://marketplace.visualstudio.com/items/jnoortheen.nix-ide/changelog";
|
||||||
|
description = "Nix language support with formatting and error report";
|
||||||
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=jnoortheen.nix-ide";
|
||||||
|
homepage = "https://github.com/jnoortheen/vscode-nix-ide";
|
||||||
|
license = licenses.mit;
|
||||||
|
maintainers = with maintainers; [ superherointj ];
|
||||||
|
};
|
||||||
mktplcRef = {
|
mktplcRef = {
|
||||||
name = "nix-ide";
|
name = "nix-ide";
|
||||||
publisher = "jnoortheen";
|
publisher = "jnoortheen";
|
||||||
version = "0.1.7";
|
version = "0.1.7";
|
||||||
sha256 = "1bw4wyq9abimxbhl7q9g8grvj2ax9qqq6mmqbiqlbsi2arvk0wrm";
|
sha256 = "1bw4wyq9abimxbhl7q9g8grvj2ax9qqq6mmqbiqlbsi2arvk0wrm";
|
||||||
};
|
};
|
||||||
meta = {
|
|
||||||
license = stdenv.lib.licenses.mit;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
justusadam.language-haskell = buildVscodeMarketplaceExtension {
|
justusadam.language-haskell = buildVscodeMarketplaceExtension {
|
||||||
|
|
Loading…
Reference in a new issue