mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-30 14:11:21 +00:00
cudaPackages.cuda{,-library}-samples: move to cuda-modules/
cudaPackages are part of the package set and should not depend on pkgs/test
This commit is contained in:
parent
27b277b63c
commit
875e43dfd7
@ -106,8 +106,8 @@ let
|
||||
shimsFn = ../development/cuda-modules/tensorrt/shims.nix;
|
||||
fixupFn = ../development/cuda-modules/tensorrt/fixup.nix;
|
||||
})
|
||||
(callPackage ../test/cuda/cuda-samples/extension.nix {inherit cudaVersion;})
|
||||
(callPackage ../test/cuda/cuda-library-samples/extension.nix {})
|
||||
(callPackage ../development/cuda-modules/cuda-samples/extension.nix {inherit cudaVersion;})
|
||||
(callPackage ../development/cuda-modules/cuda-library-samples/extension.nix {})
|
||||
];
|
||||
|
||||
cudaPackages = customisation.makeScope newScope (
|
||||
|
Loading…
Reference in New Issue
Block a user