summaryrefslogtreecommitdiff
path: root/default.nix
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2024-05-13 10:08:56 +0200
committerClaudius "keldu" Holeksa <mail@keldu.de>2024-05-13 10:08:56 +0200
commit82006ae71c1ff89dc32f2bb4b76c61857b2f6874 (patch)
tree39eae0af33676f02a78ba83698ae64c91f8a749d /default.nix
parent6b9e221a0c439ce3ee9b728bc9ead8f5c2c82ceb (diff)
Continud renaming of opencl to sycl
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/default.nix b/default.nix
index 7abf030..1caab74 100644
--- a/default.nix
+++ b/default.nix
@@ -72,7 +72,7 @@ in rec {
build_examples = "true";
};
- remote-opencl = pkgs.callPackage modules/remote-opencl/.nix/derivation.nix {
+ remote-sycl = pkgs.callPackage modules/remote-sycl/.nix/derivation.nix {
inherit version;
inherit forstio;
inherit stdenv;
@@ -110,7 +110,7 @@ in rec {
unstable = pkgs.symlinkJoin {
name = "forstio-unstable-${version}";
paths = [
- forstio.remote-opencl
+ forstio.remote-sycl
forstio.io_codec
# forstio.codec-minecraft
];