tests.cuda.cuda-sample_*: Init at supported CUDA toolkit versions

Since CUDA is unfree, we won't actually use this when testing Nixpkgs
officially. But I want to include this as they are useful for users of
Nixpkgs trying to set up / debug a CUDA environment.
This commit is contained in:
John Ericson
2021-03-17 19:10:33 +00:00
parent d10acb2d69
commit 23f815f12c
4 changed files with 121 additions and 0 deletions
+2
View File
@@ -47,5 +47,7 @@ with pkgs;
texlive = callPackage ./texlive {};
cuda = callPackage ./cuda { };
writers = callPackage ../build-support/writers/test.nix {};
}