Remove cudainfo and amd-uprof from crossSet #210

Open
abonerib wants to merge 3 commits from abonerib/jungle:cross-filter into master
Showing only changes of commit a13a4e66a6 - Show all commits

View File

@ -1,5 +1,6 @@
{
stdenv
, lib
, cudatoolkit
, cudaPackages
, autoAddDriverRunpath
@ -40,4 +41,9 @@ stdenv.mkDerivation (finalAttrs: {
'';
installPhase = "touch $out";
};
meta = {
platforms = [ "x86_64-linux" ];
maintainers = with lib.maintainers.bsc; [ rarias ];
};
})