From 133993211b39907a09986b338e9394908de223f2 Mon Sep 17 00:00:00 2001 From: Someone Serge Date: Thu, 20 Jul 2023 17:57:06 +0300 Subject: config.cudaSupport: init option --- doc/languages-frameworks/cuda.section.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/languages-frameworks/cuda.section.md b/doc/languages-frameworks/cuda.section.md index b571ca257427f..b7f1f19546a78 100644 --- a/doc/languages-frameworks/cuda.section.md +++ b/doc/languages-frameworks/cuda.section.md @@ -13,7 +13,7 @@ compatible are available as well. For example, there can be a To use one or more CUDA packages in an expression, give the expression a `cudaPackages` parameter, and in case CUDA is optional ```nix { config -, cudaSupport ? config.cudaSupport or false +, cudaSupport ? config.cudaSupport , cudaPackages ? { } , ... }: -- cgit 1.4.1