mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
vscode-extensions.arrterian.nix-env-selector: init at 1.0.7
This commit is contained in:
parent
1e19d4f72d
commit
54aa6dd328
1 changed files with 12 additions and 0 deletions
|
@ -97,6 +97,18 @@ let
|
|||
};
|
||||
};
|
||||
|
||||
arrterian.nix-env-selector = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "nix-env-selector";
|
||||
publisher = "arrterian";
|
||||
version = "1.0.7";
|
||||
sha256 = "0e76885c9dbb6dca4eac8a75866ec372b948cc64a3a3845327d7c3ef6ba42a57";
|
||||
};
|
||||
meta = {
|
||||
license = lib.licenses.mit;
|
||||
};
|
||||
};
|
||||
|
||||
ms-python.vscode-pylance = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "vscode-pylance";
|
||||
|
|
Loading…
Reference in a new issue