-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsystems.nix
More file actions
27 lines (27 loc) · 1.41 KB
/
Copy pathsystems.nix
File metadata and controls
27 lines (27 loc) · 1.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# this file was generated by the ./hack/generateSystems.js script
# do not edit this file as it'll most likely be overwritten on next invocation
{
fetchzip,
fetchurl,
}: {
x86_64-linux = fetchzip {
url = "https://vscode.download.prss.microsoft.com/dbazure/download/insider/b6234bd71943c8a5caf5eef03bc4a8e49aef2698/code-insider-x64-1788456764.tar.gz";
hash = "sha256-aYokos/amLs9G7t4CP/QU/ZXJLu/VYlEGxXQhqOPQXo=";
};
aarch64-linux = fetchzip {
url = "https://vscode.download.prss.microsoft.com/dbazure/download/insider/b6234bd71943c8a5caf5eef03bc4a8e49aef2698/code-insider-arm64-1788456732.tar.gz";
hash = "sha256-oz4rSKdkSmdrrfQmRS1pw4aIAG14BPwyUj4JGzICncg=";
};
armv7l-linux = fetchzip {
url = "https://vscode.download.prss.microsoft.com/dbazure/download/insider/b6234bd71943c8a5caf5eef03bc4a8e49aef2698/code-insider-armhf-1788468151.tar.gz";
hash = "sha256-uGagMg3TYOXwoohUmAuyrlfikxGdWnTyDF0/xHyfhw0=";
};
x86_64-darwin = fetchurl {
url = "https://vscode.download.prss.microsoft.com/dbazure/download/insider/b6234bd71943c8a5caf5eef03bc4a8e49aef2698/VSCode-darwin-x64.dmg";
hash = "sha256-9kLsvwgVkNFnTTo61BKnUsmG1EJ6xevjK+9i2DU1yTY=";
};
aarch64-darwin = fetchurl {
url = "https://vscode.download.prss.microsoft.com/dbazure/download/insider/b6234bd71943c8a5caf5eef03bc4a8e49aef2698/VSCode-darwin-arm64.dmg";
hash = "sha256-b4c9CC92MNInyQNGyWTnsF+61RjQSRMbZS32FHnAZFc=";
};
}