cudaPackages.buildRedist: remove unused arguments

Signed-off-by: Connor Baker <ConnorBaker01@gmail.com>
This commit is contained in:
Connor Baker
2025-11-25 01:15:31 +00:00
parent 58d0c43ef8
commit bd6334ffd2
2 changed files with 0 additions and 4 deletions
@@ -6,7 +6,6 @@
autoAddDriverRunpath,
autoPatchelfHook,
backendStdenv,
config,
cudaMajorMinorVersion,
cudaMajorVersion,
cudaNamePrefix,
@@ -14,7 +13,6 @@
lib,
manifests,
markForCudatoolkitRootHook,
setupCudaHook,
srcOnly,
stdenv,
stdenvNoCC,
@@ -132,7 +132,6 @@ let
buildRedist = import ./buildRedist {
inherit
_cuda
config
lib
;
inherit (pkgs)
@@ -151,7 +150,6 @@ let
cudaNamePrefix
manifests
markForCudatoolkitRootHook
setupCudaHook
;
};