2024-07-05 15:53:57 +10:00
#### Nixpkgs CUDA and ROCm
[CUDA and ROCm release set in nixpkgs ](https://github.com/NixOS/nixpkgs/blob/master/pkgs/top-level/release-cuda.nix )
2024-09-05 11:40:05 +10:00
Built on `nixos-unstable-small` for `x86_64-linux` :
- [https://hydra.nix-community.org/jobset/nixpkgs/cuda ](https://hydra.nix-community.org/jobset/nixpkgs/cuda )
Built on `nixos-unstable-small` for `x86_64-linux` :
- [https://hydra.nix-community.org/jobset/nixpkgs/rocm ](https://hydra.nix-community.org/jobset/nixpkgs/rocm )
Built on `nixos-$RELEASE-small` for `x86_64-linux` :
2024-07-05 15:53:57 +10:00
2024-09-05 11:40:05 +10:00
- [https://hydra.nix-community.org/jobset/nixpkgs/cuda-stable ](https://hydra.nix-community.org/jobset/nixpkgs/cuda-stable )
2024-07-05 15:53:57 +10:00
2024-10-13 15:18:15 +10:00
#### Nixpkgs unfree redistributable
[unfree redistributable release set in nixpkgs ](https://github.com/NixOS/nixpkgs/blob/master/pkgs/top-level/release-unfree-redistributable.nix )
2024-10-30 08:46:31 +10:00
Built on `nixos-unstable-small` for `aarch64-linux` , `x86_64-linux` :
2024-10-13 15:18:15 +10:00
- [https://hydra.nix-community.org/jobset/nixpkgs/unfree-redist ](https://hydra.nix-community.org/jobset/nixpkgs/unfree-redist )
2024-10-17 08:47:32 +10:00
Built on `nixpkgs-unstable` for `aarch64-darwin` , `x86_64-darwin` :
- [https://hydra.nix-community.org/jobset/nixpkgs/unfree-redist-darwin ](https://hydra.nix-community.org/jobset/nixpkgs/unfree-redist-darwin )
2024-10-30 08:46:31 +10:00
Built on `nixos-$RELEASE-small` for `aarch64-linux` , `x86_64-linux` :
- [https://hydra.nix-community.org/jobset/nixpkgs/unfree-redist-stable ](https://hydra.nix-community.org/jobset/nixpkgs/unfree-redist-stable )
2024-07-05 15:53:57 +10:00
#### Cache
All of the above builds are pushed to the cache.
See [here ](./cache.md ) for details.
2024-10-22 17:58:57 +10:00
#### Hydra
The hydra configuration for these package sets is managed in this [file ](https://github.com/nix-community/infra/blob/master/terraform/hydra-nixpkgs.tf ).