config.rocmSupport: init option

Parity with the CUDA option. Useful for example to get a coherent
python package set, without conflicting packages.

+6
+6
pkgs/top-level/config.nix
··· 123 123 feature = "build packages with CUDA support by default"; 124 124 }; 125 125 126 + rocmSupport = mkMassRebuild { 127 + type = types.bool; 128 + default = false; 129 + feature = "build packages with ROCm support by default"; 130 + }; 131 + 126 132 showDerivationWarnings = mkOption { 127 133 type = types.listOf (types.enum [ "maintainerless" ]); 128 134 default = [];