We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e72aa7 commit 268c566Copy full SHA for 268c566
.devops/nix/package.nix
@@ -126,16 +126,9 @@ let
126
++ optionals useMetalKit [ MetalKit ];
127
128
cudaBuildInputs = with cudaPackages; [
129
- cuda_cccl.dev # <nv/target>
130
-
131
- # A temporary hack for reducing the closure size, remove once cudaPackages
132
- # have stopped using lndir: https://github.com/NixOS/nixpkgs/issues/271792
133
- cuda_cudart.dev
134
- cuda_cudart.lib
135
- cuda_cudart.static
136
- libcublas.dev
137
- libcublas.lib
138
- libcublas.static
+ cuda_cudart
+ cuda_cccl # <nv/target>
+ libcublas
139
];
140
141
rocmBuildInputs = with rocmPackages; [
0 commit comments