diff options
author | Claudius "keldu" Holeksa <mail@keldu.de> | 2025-04-08 14:36:38 +0200 |
---|---|---|
committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2025-04-08 14:36:38 +0200 |
commit | dcac0f39732c760e4956b2cabe19c3d6088169d2 (patch) | |
tree | 4eb9e7beb4054a71498dcc1193fca4671c0f5f34 /modules/remote-sycl/.nix | |
parent | 6fab34d4ad063421f1ea0a16ad35a904e70817b4 (diff) |
Fixing example for sycl rpc
Diffstat (limited to 'modules/remote-sycl/.nix')
-rw-r--r-- | modules/remote-sycl/.nix/derivation.nix | 4 |
1 files changed, 2 insertions, 2 deletions
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 |