Skip to content

Commit

Permalink
vscode-extensions.ms-python.python: Add aarch64-linux support
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanG077 committed Nov 24, 2024
1 parent 924dd67 commit 71f6103
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ vscode-utils.buildVscodeMarketplaceExtension rec {
changelog = "https://github.com/microsoft/vscode-python/releases";
license = lib.licenses.mit;
platforms = [
"aarch64-linux"
"x86_64-linux"
"aarch64-darwin"
"x86_64-darwin"
Expand Down

0 comments on commit 71f6103

Please sign in to comment.