diff --git a/pkgs/development/libraries/science/math/nccl/tests.nix b/pkgs/development/libraries/science/math/nccl/tests.nix index c4ca56f89685..9d826b92f164 100644 --- a/pkgs/development/libraries/science/math/nccl/tests.nix +++ b/pkgs/development/libraries/science/math/nccl/tests.nix @@ -1,16 +1,16 @@ -{ config +{ backendStdenv +, config , cuda_cccl , cuda_cudart , cuda_nvcc , cudaVersion -, backendStdenv , fetchFromGitHub +, gitUpdater , lib -, mpiSupport ? false , mpi +, mpiSupport ? false , nccl , which -, gitUpdater }: backendStdenv.mkDerivation (finalAttrs: {