From 27b01599c56d8954decb41e4a80753ee61a2fc15 Mon Sep 17 00:00:00 2001 From: Jan Malakhovski Date: Mon, 20 Jan 2025 09:30:00 +0000 Subject: [PATCH] pkgs/top-level/config.nix: remove some unneded lines --- pkgs/top-level/config.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkgs/top-level/config.nix b/pkgs/top-level/config.nix index 4f6ae95b23f6..9b2ae12f595b 100644 --- a/pkgs/top-level/config.nix +++ b/pkgs/top-level/config.nix @@ -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"; };