cudaPackages.writeGpuTestPython: sync the attr and the filesystem paths

This commit is contained in:
Someone Serge
2024-07-20 12:03:36 +00:00
parent c774c7bffe
commit 2d5e573acf
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -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 =