pkgs/top-level/config.nix: remove some unneded lines
This commit is contained in:
parent
cfa10c8c7a
commit
27b01599c5
@ -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";
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user