diff options
Diffstat (limited to 'modules')
| -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 5839acb..47f6c02 100644 --- a/modules/remote-sycl/.nix/derivation.nix +++ b/modules/remote-sycl/.nix/derivation.nix @@ -6,7 +6,7 @@ , forstio , openmp , ocl-icd -, lld_17 +, lld_19 , python3 , bash , adaptive-cpp @@ -37,7 +37,7 @@ in stdenv.mkDerivation { adaptive-cpp ocl-icd openmp - lld_17 + lld_19 ]; buildPhase = '' |
