mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
Merge pull request #108471 from andyrichardson/patch-2
vscodium: Fix invalid download URL (404)
This commit is contained in:
commit
cce45c73b9
@ -5,7 +5,7 @@ let
|
||||
|
||||
plat = {
|
||||
x86_64-linux = "linux-x64";
|
||||
x86_64-darwin = "darwin";
|
||||
x86_64-darwin = "darwin-x64";
|
||||
aarch64-linux = "linux-arm64";
|
||||
armv7l-linux = "linux-armhf";
|
||||
}.${system};
|
||||
|
Loading…
Reference in New Issue
Block a user