summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorConnor Baker <connor.baker@tweag.io>2023-11-09 15:24:22 +0000
committerConnor Baker <connor.baker@tweag.io>2023-11-09 15:24:22 +0000
commit2ed23419b6ac2a413f9e5daf2f42eb301490717c (patch)
tree14dee338a5ce522dd2b498b6da9916c33ecbadbe /pkgs/development
parent7e9527b35138c21bdba69c4b7e935639cec70050 (diff)
cudaPackages.nccl-tests: alphabetize arguments
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/science/math/nccl/tests.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/libraries/science/math/nccl/tests.nix b/pkgs/development/libraries/science/math/nccl/tests.nix
index c4ca56f896858..9d826b92f164a 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: {