summaryrefslogtreecommitdiff
path: root/default.nix
diff options
context:
space:
mode:
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
];