1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 11:10:03 +00:00

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

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 =