mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-11 21:06:19 +03:00
vscode-extensions.oops418.nix-env-picker: init at 0.0.4
This commit is contained in:
parent
ec67eaf199
commit
f13def33bf
3 changed files with 20 additions and 1 deletions
|
@ -17711,7 +17711,7 @@
|
||||||
github = "Oops418";
|
github = "Oops418";
|
||||||
name = "Oops418";
|
name = "Oops418";
|
||||||
githubId = 93655215;
|
githubId = 93655215;
|
||||||
}
|
};
|
||||||
oosquare = {
|
oosquare = {
|
||||||
name = "Justin Chen";
|
name = "Justin Chen";
|
||||||
email = "oosquare@outlook.com";
|
email = "oosquare@outlook.com";
|
||||||
|
|
|
@ -3902,6 +3902,8 @@ let
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
oops418.nix-env-picker = callPackage ./oops418.nix-env-picker { };
|
||||||
|
|
||||||
phind.phind = buildVscodeMarketplaceExtension {
|
phind.phind = buildVscodeMarketplaceExtension {
|
||||||
mktplcRef = {
|
mktplcRef = {
|
||||||
name = "phind";
|
name = "phind";
|
||||||
|
|
|
@ -0,0 +1,17 @@
|
||||||
|
{ lib, vscode-utils }:
|
||||||
|
|
||||||
|
vscode-utils.buildVscodeMarketplaceExtension {
|
||||||
|
mktplcRef = {
|
||||||
|
name = "nix-env-picker";
|
||||||
|
publisher = "io-github-oops418";
|
||||||
|
version = "0.0.4";
|
||||||
|
hash = "sha256-LGw7Pd72oVgMqhKPX1dV2EgluX0/4rvKVb7Fx2H6hOI=";
|
||||||
|
};
|
||||||
|
meta = {
|
||||||
|
description = "A Visual Studio Code extension for seamless switching between Nix shells and flakes.";
|
||||||
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=io-github-oops418.nix-env-picker";
|
||||||
|
homepage = "https://github.com/Oops418/nix-env-picker";
|
||||||
|
license = lib.licenses.mit;
|
||||||
|
maintainers = [ lib.maintainers.Oops418 ];
|
||||||
|
};
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue