mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-18 07:29:23 +03:00
vscode-extensions.github: split up for consistency
This commit is contained in:
parent
3318f57f46
commit
decad3f23c
1 changed files with 44 additions and 46 deletions
|
@ -1257,8 +1257,7 @@ let
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
github = {
|
github.codespaces = buildVscodeMarketplaceExtension {
|
||||||
codespaces = buildVscodeMarketplaceExtension {
|
|
||||||
mktplcRef = {
|
mktplcRef = {
|
||||||
publisher = "github";
|
publisher = "github";
|
||||||
name = "codespaces";
|
name = "codespaces";
|
||||||
|
@ -1268,7 +1267,7 @@ let
|
||||||
meta = { license = lib.licenses.unfree; };
|
meta = { license = lib.licenses.unfree; };
|
||||||
};
|
};
|
||||||
|
|
||||||
copilot = buildVscodeMarketplaceExtension {
|
github.copilot = buildVscodeMarketplaceExtension {
|
||||||
mktplcRef = {
|
mktplcRef = {
|
||||||
publisher = "github";
|
publisher = "github";
|
||||||
name = "copilot";
|
name = "copilot";
|
||||||
|
@ -1284,7 +1283,7 @@ let
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
github-vscode-theme = buildVscodeMarketplaceExtension {
|
github.github-vscode-theme = buildVscodeMarketplaceExtension {
|
||||||
mktplcRef = {
|
mktplcRef = {
|
||||||
name = "github-vscode-theme";
|
name = "github-vscode-theme";
|
||||||
publisher = "github";
|
publisher = "github";
|
||||||
|
@ -1301,7 +1300,7 @@ let
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
vscode-pull-request-github = buildVscodeMarketplaceExtension {
|
github.vscode-pull-request-github = buildVscodeMarketplaceExtension {
|
||||||
mktplcRef = {
|
mktplcRef = {
|
||||||
name = "vscode-pull-request-github";
|
name = "vscode-pull-request-github";
|
||||||
publisher = "github";
|
publisher = "github";
|
||||||
|
@ -1310,7 +1309,6 @@ let
|
||||||
};
|
};
|
||||||
meta = { license = lib.licenses.mit; };
|
meta = { license = lib.licenses.mit; };
|
||||||
};
|
};
|
||||||
};
|
|
||||||
|
|
||||||
gitlab.gitlab-workflow = buildVscodeMarketplaceExtension {
|
gitlab.gitlab-workflow = buildVscodeMarketplaceExtension {
|
||||||
mktplcRef = {
|
mktplcRef = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue