From 2d5e573acf2af54df6a8d6bcc4dc5dce639b2d72 Mon Sep 17 00:00:00 2001 From: Someone Serge Date: Sat, 20 Jul 2024 12:03:36 +0000 Subject: [PATCH] cudaPackages.writeGpuTestPython: sync the attr and the filesystem paths --- .../{write-gpu-python-test.nix => write-gpu-test-python.nix} | 0 pkgs/top-level/cuda-packages.nix | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename pkgs/development/cuda-modules/{write-gpu-python-test.nix => write-gpu-test-python.nix} (100%) diff --git a/pkgs/development/cuda-modules/write-gpu-python-test.nix b/pkgs/development/cuda-modules/write-gpu-test-python.nix similarity index 100% rename from pkgs/development/cuda-modules/write-gpu-python-test.nix rename to pkgs/development/cuda-modules/write-gpu-test-python.nix diff --git a/pkgs/top-level/cuda-packages.nix b/pkgs/top-level/cuda-packages.nix index 5540b89f1b98..639fa70446be 100644 --- a/pkgs/top-level/cuda-packages.nix +++ b/pkgs/top-level/cuda-packages.nix @@ -81,7 +81,7 @@ let nccl = final.callPackage ../development/cuda-modules/nccl { }; nccl-tests = final.callPackage ../development/cuda-modules/nccl-tests { }; - writeGpuTestPython = final.callPackage ../development/cuda-modules/write-gpu-python-test.nix { }; + writeGpuTestPython = final.callPackage ../development/cuda-modules/write-gpu-test-python.nix { }; }); mkVersionedPackageName =