From bd6334ffd2b8eff4a6085fcfdfc1196495bdfd80 Mon Sep 17 00:00:00 2001 From: Connor Baker Date: Tue, 25 Nov 2025 01:13:14 +0000 Subject: [PATCH] cudaPackages.buildRedist: remove unused arguments Signed-off-by: Connor Baker --- pkgs/development/cuda-modules/buildRedist/default.nix | 2 -- pkgs/development/cuda-modules/default.nix | 2 -- 2 files changed, 4 deletions(-) diff --git a/pkgs/development/cuda-modules/buildRedist/default.nix b/pkgs/development/cuda-modules/buildRedist/default.nix index 3cf532859a32..53482ce2bec0 100644 --- a/pkgs/development/cuda-modules/buildRedist/default.nix +++ b/pkgs/development/cuda-modules/buildRedist/default.nix @@ -6,7 +6,6 @@ autoAddDriverRunpath, autoPatchelfHook, backendStdenv, - config, cudaMajorMinorVersion, cudaMajorVersion, cudaNamePrefix, @@ -14,7 +13,6 @@ lib, manifests, markForCudatoolkitRootHook, - setupCudaHook, srcOnly, stdenv, stdenvNoCC, diff --git a/pkgs/development/cuda-modules/default.nix b/pkgs/development/cuda-modules/default.nix index 4e288ab8058a..2ee63486f237 100644 --- a/pkgs/development/cuda-modules/default.nix +++ b/pkgs/development/cuda-modules/default.nix @@ -132,7 +132,6 @@ let buildRedist = import ./buildRedist { inherit _cuda - config lib ; inherit (pkgs) @@ -151,7 +150,6 @@ let cudaNamePrefix manifests markForCudatoolkitRootHook - setupCudaHook ; };