vscode: drop i686-linux
This commit is contained in:
parent
2ebeba4927
commit
c69aeba267
@ -4,7 +4,6 @@ let
|
|||||||
inherit (stdenv.hostPlatform) system;
|
inherit (stdenv.hostPlatform) system;
|
||||||
|
|
||||||
plat = {
|
plat = {
|
||||||
"i686-linux" = "linux-ia32";
|
|
||||||
"x86_64-linux" = "linux-x64";
|
"x86_64-linux" = "linux-x64";
|
||||||
"x86_64-darwin" = "darwin";
|
"x86_64-darwin" = "darwin";
|
||||||
}.${system};
|
}.${system};
|
||||||
@ -12,7 +11,6 @@ let
|
|||||||
archive_fmt = if system == "x86_64-darwin" then "zip" else "tar.gz";
|
archive_fmt = if system == "x86_64-darwin" then "zip" else "tar.gz";
|
||||||
|
|
||||||
sha256 = {
|
sha256 = {
|
||||||
"i686-linux" = "0345pxad3fkcmn5z2r55fnvx8ybvfpwydxv2h21rd99grhwh8dk4";
|
|
||||||
"x86_64-linux" = "1g6cib1c9mikg8cv940xk5g8dh0q5v6vlrgj78rr161hz1lrrv09";
|
"x86_64-linux" = "1g6cib1c9mikg8cv940xk5g8dh0q5v6vlrgj78rr161hz1lrrv09";
|
||||||
"x86_64-darwin" = "0krihhr57hnsc9qc1l2ncg70vz7nmrvlqrjbgdnihlrpf71d09hp";
|
"x86_64-darwin" = "0krihhr57hnsc9qc1l2ncg70vz7nmrvlqrjbgdnihlrpf71d09hp";
|
||||||
}.${system};
|
}.${system};
|
||||||
@ -50,6 +48,6 @@ in
|
|||||||
downloadPage = https://code.visualstudio.com/Updates;
|
downloadPage = https://code.visualstudio.com/Updates;
|
||||||
license = licenses.unfree;
|
license = licenses.unfree;
|
||||||
maintainers = with maintainers; [ eadwu synthetica ];
|
maintainers = with maintainers; [ eadwu synthetica ];
|
||||||
platforms = [ "i686-linux" "x86_64-linux" "x86_64-darwin" ];
|
platforms = [ "x86_64-linux" "x86_64-darwin" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user