summaryrefslogtreecommitdiff
path: root/modules/remote-sycl/.nix/derivation.nix
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2024-05-13 18:35:19 +0200
committerClaudius "keldu" Holeksa <mail@keldu.de>2024-05-13 18:35:19 +0200
commit5280ca204f87d826e741f8631bf9a01f469ee8f8 (patch)
treee7610c473950002152b253c3b98ad9de5d82f909 /modules/remote-sycl/.nix/derivation.nix
parent82006ae71c1ff89dc32f2bb4b76c61857b2f6874 (diff)
Rewrote nix drvs to work with sycl itself
Diffstat (limited to 'modules/remote-sycl/.nix/derivation.nix')
-rw-r--r--modules/remote-sycl/.nix/derivation.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/remote-sycl/.nix/derivation.nix b/modules/remote-sycl/.nix/derivation.nix
index 2d095df..4c994a9 100644
--- a/modules/remote-sycl/.nix/derivation.nix
+++ b/modules/remote-sycl/.nix/derivation.nix
@@ -4,7 +4,7 @@
, clang-tools
, version
, forstio
-, opencl-clhpp
+, opensycl
}:
let
@@ -27,7 +27,7 @@ in stdenv.mkDerivation {
forstio.async
forstio.io
forstio.io_codec
- opencl-clhpp
+ opensycl
];
outputs = ["out" "dev"];