about summary refs log tree commit diff
path: root/pkgs/applications/misc/blender
diff options
context:
space:
mode:
authorAndrew Marshall <andrew@johnandrewmarshall.com>2024-03-03 19:41:47 -0500
committerAndrew Marshall <andrew@johnandrewmarshall.com>2024-03-05 08:46:45 -0500
commit3605bfff9a6068b1c0957cf10506f9ee1e9b05b8 (patch)
tree31c2621f43d5eb11d9336a38e81a8f7027264938 /pkgs/applications/misc/blender
parent3369061e8e51db3dec29ff132d35c5fbf3b44614 (diff)
blender: remove unnecessary fallback for cudaPackages
It’s always defined.
Diffstat (limited to 'pkgs/applications/misc/blender')
-rw-r--r--pkgs/applications/misc/blender/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/blender/default.nix b/pkgs/applications/misc/blender/default.nix
index fb62ac7114506..608fcd3776f8d 100644
--- a/pkgs/applications/misc/blender/default.nix
+++ b/pkgs/applications/misc/blender/default.nix
@@ -12,7 +12,7 @@
   cmake,
   colladaSupport ? true,
   config,
-  cudaPackages ? { },
+  cudaPackages,
   cudaSupport ? config.cudaSupport,
   dbus,
   embree,