-
Notifications
You must be signed in to change notification settings - Fork 0
/
sources.nix
27 lines (25 loc) · 1.37 KB
/
sources.nix
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 is automatically generated by .github/workflows/build-hds.yml
# Please do not edit it manually, all changes will be overwritten.
{
nixpkgs = builtins.fetchTarball {
url = "https://github.com/nixos/nixpkgs/archive/a3c8d64ba846725f040582b2d3b875466d2115bd.tar.gz";
sha256 = "1hvm1iywlgsk49qall7vizf8w9hbl1ygbshlsly7lc8m5yg8awpm";
};
rust-overlay = builtins.fetchTarball {
url = "https://github.com/oxalica/rust-overlay/archive/419e7fae2731f41dd9b3e34dfe8802be68558b92.tar.gz";
sha256 = "03l7vgzm7djn7k8wsdfy3rh44al5ga459ix9vcxfgfdw0kpvf6z9";
};
rust-version = "1.78.0";
x86_64-linux.holo-dev-server-bin = builtins.fetchTarball {
url = "https://github.com/Holo-Host/hds-releases/releases/download/2024-09-19-094827/holo-dev-server-x86_64-linux.tar.gz";
sha256 = "1xpsf235lmhr0m715b0x6xdpryd61g3akkgp02kpc7my28iz8mwg";
};
aarch64-linux.holo-dev-server-bin = builtins.fetchTarball {
url = "https://github.com/Holo-Host/hds-releases/releases/download/2024-09-19-094827/holo-dev-server-aarch64-linux.tar.gz";
sha256 = "1422aq6c3mvbw1i8w7rcfz72ywykz817ni0997swnbjkca18msir";
};
aarch64-darwin.holo-dev-server-bin = builtins.fetchTarball {
url = "https://github.com/Holo-Host/hds-releases/releases/download/2024-09-19-094827/holo-dev-server-aarch64-darwin.tar.gz";
sha256 = "1yzlbfb6akm6kj1zzpir4q8clzsdcxav4hajvidx9dgclpiylry0";
};
}