summaryrefslogtreecommitdiff
path: root/.devops/nix
diff options
context:
space:
mode:
authorKawrakow <48489457+ikawrakow@users.noreply.github.com>2024-08-12 15:14:32 +0200
committerGitHub <noreply@github.com>2024-08-12 15:14:32 +0200
commit8f43e551038af2547b5c01d0e9edd641c0e4bd29 (patch)
tree07a4373620a9381d0b5c7189a475990a6feb48a5 /.devops/nix
parentf5d1af61d79fb53ccfbac2e665e43208c07b083d (diff)
Merge mainline - Aug 12 2024 (#17)
* Merge mainline * Fix after merge * Remove CI check --------- Co-authored-by: Iwan Kawrakow <iwan.kawrakow@gmail.com>
Diffstat (limited to '.devops/nix')
-rw-r--r--.devops/nix/package.nix13
1 files changed, 3 insertions, 10 deletions
diff --git a/.devops/nix/package.nix b/.devops/nix/package.nix
index 911c42ec..a87423c7 100644
--- a/.devops/nix/package.nix
+++ b/.devops/nix/package.nix
@@ -126,16 +126,9 @@ let
++ optionals useMetalKit [ MetalKit ];
cudaBuildInputs = with cudaPackages; [
- cuda_cccl.dev # <nv/target>
-
- # A temporary hack for reducing the closure size, remove once cudaPackages
- # have stopped using lndir: https://github.com/NixOS/nixpkgs/issues/271792
- cuda_cudart.dev
- cuda_cudart.lib
- cuda_cudart.static
- libcublas.dev
- libcublas.lib
- libcublas.static
+ cuda_cudart
+ cuda_cccl # <nv/target>
+ libcublas
];
rocmBuildInputs = with rocmPackages; [