vscode-extensions.github: split up for consistency

This commit is contained in:
Joscha 2023-03-27 19:32:12 +02:00
parent 3318f57f46
commit decad3f23c

View file

@ -1257,8 +1257,7 @@ let
};
};
github = {
codespaces = buildVscodeMarketplaceExtension {
github.codespaces = buildVscodeMarketplaceExtension {
mktplcRef = {
publisher = "github";
name = "codespaces";
@ -1268,7 +1267,7 @@ let
meta = { license = lib.licenses.unfree; };
};
copilot = buildVscodeMarketplaceExtension {
github.copilot = buildVscodeMarketplaceExtension {
mktplcRef = {
publisher = "github";
name = "copilot";
@ -1284,7 +1283,7 @@ let
};
};
github-vscode-theme = buildVscodeMarketplaceExtension {
github.github-vscode-theme = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "github-vscode-theme";
publisher = "github";
@ -1301,7 +1300,7 @@ let
};
};
vscode-pull-request-github = buildVscodeMarketplaceExtension {
github.vscode-pull-request-github = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "vscode-pull-request-github";
publisher = "github";
@ -1310,7 +1309,6 @@ let
};
meta = { license = lib.licenses.mit; };
};
};
gitlab.gitlab-workflow = buildVscodeMarketplaceExtension {
mktplcRef = {