diff --git a/pkgs/top-level/config.nix b/pkgs/top-level/config.nix index 5e25231d957c..aa3a235553ef 100644 --- a/pkgs/top-level/config.nix +++ b/pkgs/top-level/config.nix @@ -123,6 +123,12 @@ let feature = "build packages with CUDA support by default"; }; + rocmSupport = mkMassRebuild { + type = types.bool; + default = false; + feature = "build packages with ROCm support by default"; + }; + showDerivationWarnings = mkOption { type = types.listOf (types.enum [ "maintainerless" ]); default = [];