From dcac0f39732c760e4956b2cabe19c3d6088169d2 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Tue, 8 Apr 2025 14:36:38 +0200 Subject: Fixing example for sycl rpc --- modules/remote-sycl/.nix/derivation.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/remote-sycl/.nix') diff --git a/modules/remote-sycl/.nix/derivation.nix b/modules/remote-sycl/.nix/derivation.nix index c63dd19..28e3cc8 100644 --- a/modules/remote-sycl/.nix/derivation.nix +++ b/modules/remote-sycl/.nix/derivation.nix @@ -11,8 +11,8 @@ , python3 , bash -, build_examples ? "false" -, build_benchmarks ? "false" +, build_examples ? "true" +, build_benchmarks ? "true" }: let -- cgit v1.2.3