@@ -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