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:
parent
c774c7bffe
commit
2d5e573acf
|
@ -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 =
|
||||
|
|
Loading…
Reference in a new issue