Skip to content

Commit 62d088a

Browse files
committed
remove cuda
1 parent 157af5b commit 62d088a

File tree

2 files changed

+0
-46
lines changed

2 files changed

+0
-46
lines changed

docs/package-sets.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,3 @@
1-
#### Nixpkgs CUDA and ROCm
2-
3-
See the [CUDA section of the nixpkgs manual](https://nixos.org/manual/nixpkgs/unstable/#cuda) for more information.
4-
5-
[CUDA and ROCm release set in nixpkgs](https://github.com/NixOS/nixpkgs/blob/master/pkgs/top-level/release-cuda.nix)
6-
7-
Built on `nixos-unstable-small` for `x86_64-linux`:
8-
9-
- [https://hydra.nix-community.org/jobset/nixpkgs/cuda](https://hydra.nix-community.org/jobset/nixpkgs/cuda)
10-
11-
Built on `nixos-unstable-small` for `x86_64-linux`:
12-
13-
- [https://hydra.nix-community.org/jobset/nixpkgs/rocm](https://hydra.nix-community.org/jobset/nixpkgs/rocm)
14-
15-
Built on `nixos-$RELEASE-small` for `x86_64-linux`:
16-
17-
- [https://hydra.nix-community.org/jobset/nixpkgs/cuda-stable](https://hydra.nix-community.org/jobset/nixpkgs/cuda-stable)
18-
191
#### Nixpkgs unfree redistributable
202

213
[unfree redistributable release set in nixpkgs](https://github.com/NixOS/nixpkgs/blob/master/pkgs/top-level/release-unfree-redistributable.nix)

terraform/hydra-nixpkgs.tf

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,6 @@ locals {
3030
supported_systems = ["x86_64-freebsd"]
3131
release_source = "https://github.com/nix-community/infra.git master"
3232
}
33-
cuda = {
34-
name = "cuda"
35-
description = "nixos-unstable-small cuda"
36-
nixpkgs_channel = "https://github.com/NixOS/nixpkgs.git nixos-unstable-small"
37-
release_file = "pkgs/top-level/release-cuda.nix"
38-
check_interval = 1800
39-
scheduling_shares = 6000
40-
supported_systems = ["x86_64-linux"]
41-
}
4233
cuda_stable = {
4334
name = "cuda-stable"
4435
description = "nixos-25.05-small cuda"
@@ -48,25 +39,6 @@ locals {
4839
scheduling_shares = 6000
4940
supported_systems = ["x86_64-linux"]
5041
}
51-
cuda_stable_previous = {
52-
name = "cuda-stable-previous"
53-
description = "nixos-24.11-small cuda"
54-
nixpkgs_channel = "https://github.com/NixOS/nixpkgs.git nixos-24.11-small"
55-
release_file = "pkgs/top-level/release-cuda.nix"
56-
check_interval = 1800
57-
scheduling_shares = 6000
58-
supported_systems = ["x86_64-linux"]
59-
}
60-
rocm = {
61-
name = "rocm"
62-
description = "nixos-unstable-small rocm"
63-
nixpkgs_channel = "https://github.com/NixOS/nixpkgs.git nixos-unstable-small"
64-
release_file = "pkgs/top-level/release-cuda.nix"
65-
check_interval = 1800
66-
scheduling_shares = 6000
67-
supported_systems = ["x86_64-linux"]
68-
variant = "rocm"
69-
}
7042
unfree_redist = {
7143
name = "unfree-redist"
7244
description = "nixos-unstable-small unfree+redistributable"

0 commit comments

Comments
 (0)