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:
Someone Serge 2024-01-12 00:16:50 +00:00
parent 27b277b63c
commit 875e43dfd7
No known key found for this signature in database
GPG Key ID: 7B0E3B1390D61DA4
5 changed files with 2 additions and 2 deletions

View File

@ -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 (