about summary refs log tree commit diff
path: root/pkgs/top-level/python-packages.nix
diff options
context:
space:
mode:
authorConnor Baker <connor.baker@tweag.io>2023-11-14 08:42:06 -0500
committerGitHub <noreply@github.com>2023-11-14 08:42:06 -0500
commita5f2970269d5c215842f89fc95a93d9a2f086afc (patch)
treedf64d3e6731ba823be4f3e1eefffe090c4dbaf72 /pkgs/top-level/python-packages.nix
parent0084803762fde9e7f251c978bf6a20a0894ece5b (diff)
parentea1cd4ef8e23a6b7895bbe58b7b77a71774b2df8 (diff)
Merge pull request #267334 from mweinelt/config-rocmSupport
config.rocmSupport: init option
Diffstat (limited to 'pkgs/top-level/python-packages.nix')
-rw-r--r--pkgs/top-level/python-packages.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index 313c9687e3544..922e5a1b792e3 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -14086,7 +14086,6 @@ self: super: with self; {
   toposort = callPackage ../development/python-modules/toposort { };
 
   torch = callPackage ../development/python-modules/torch {
-    inherit (pkgs.config) cudaSupport;
     magma =
       if pkgs.config.cudaSupport
       then pkgs.magma-cuda-static