summary refs log tree commit diff
path: root/pkgs/test
diff options
context:
space:
mode:
authorConnor Baker <connor.baker@tweag.io>2023-11-09 14:48:17 +0000
committerConnor Baker <connor.baker@tweag.io>2023-11-09 14:48:17 +0000
commit83d5298d37fd77d812787950f0e16a16b5ecf1bb (patch)
treea633c135b573cc90860a8c2e6b4607a5d964120c /pkgs/test
parentb807a32c2cb972b1f19c3282116b71ab43dd32f4 (diff)
downloadnixpkgs-83d5298d37fd77d812787950f0e16a16b5ecf1bb.tar
nixpkgs-83d5298d37fd77d812787950f0e16a16b5ecf1bb.tar.gz
nixpkgs-83d5298d37fd77d812787950f0e16a16b5ecf1bb.tar.bz2
nixpkgs-83d5298d37fd77d812787950f0e16a16b5ecf1bb.tar.lz
nixpkgs-83d5298d37fd77d812787950f0e16a16b5ecf1bb.tar.xz
nixpkgs-83d5298d37fd77d812787950f0e16a16b5ecf1bb.tar.zst
nixpkgs-83d5298d37fd77d812787950f0e16a16b5ecf1bb.zip
cudaPackages.cuda-samples: alphabetize arguments
Diffstat (limited to 'pkgs/test')
-rw-r--r--pkgs/test/cuda/cuda-samples/generic.nix12
1 files changed, 6 insertions, 6 deletions
diff --git a/pkgs/test/cuda/cuda-samples/generic.nix b/pkgs/test/cuda/cuda-samples/generic.nix
index e88d7b0c315..e690f32959f 100644
--- a/pkgs/test/cuda/cuda-samples/generic.nix
+++ b/pkgs/test/cuda/cuda-samples/generic.nix
@@ -1,15 +1,15 @@
-{ lib
+{ autoAddOpenGLRunpathHook
 , backendStdenv
 , cmake
-, fetchFromGitHub
-, fetchpatch
-, autoAddOpenGLRunpathHook
 , cudatoolkit
 , cudaVersion
+, fetchFromGitHub
+, fetchpatch
+, freeimage
+, glfw3
+, lib
 , pkg-config
 , sha256
-, glfw3
-, freeimage
 }:
 backendStdenv.mkDerivation (finalAttrs: {
   pname = "cuda-samples";