pkgs/top-level/config.nix: remove some unneded lines

This commit is contained in:
Jan Malakhovski 2025-01-20 09:30:00 +00:00
parent cfa10c8c7a
commit 27b01599c5

View File

@ -150,8 +150,6 @@ let
};
cudaSupport = mkMassRebuild {
type = types.bool;
default = false;
feature = "build packages with CUDA support by default";
};
@ -184,8 +182,6 @@ let
};
rocmSupport = mkMassRebuild {
type = types.bool;
default = false;
feature = "build packages with ROCm support by default";
};