vscode-extensions.redhat.vscode-xml: remove manual throw
This can be handled via `meta.platforms` easily. Avoids throwing during attrpath generation in CI.
This commit is contained in:
parent
fac20e874d
commit
833e029d3c
@ -28,8 +28,7 @@ vscode-utils.buildVscodeMarketplaceExtension {
|
|||||||
name = "vscode-xml";
|
name = "vscode-xml";
|
||||||
version = "0.29.0";
|
version = "0.29.0";
|
||||||
}
|
}
|
||||||
// sources.${stdenvNoCC.hostPlatform.system}
|
// sources.${stdenvNoCC.hostPlatform.system} or { };
|
||||||
or (throw "Unsupported system ${stdenvNoCC.hostPlatform.system}");
|
|
||||||
|
|
||||||
passthru.updateScript = vscode-extension-update-script {
|
passthru.updateScript = vscode-extension-update-script {
|
||||||
extraArgs = [
|
extraArgs = [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user