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 {
|
cudaSupport = mkMassRebuild {
|
||||||
type = types.bool;
|
|
||||||
default = false;
|
|
||||||
feature = "build packages with CUDA support by default";
|
feature = "build packages with CUDA support by default";
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -184,8 +182,6 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
rocmSupport = mkMassRebuild {
|
rocmSupport = mkMassRebuild {
|
||||||
type = types.bool;
|
|
||||||
default = false;
|
|
||||||
feature = "build packages with ROCm support by default";
|
feature = "build packages with ROCm support by default";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user