summaryrefslogtreecommitdiff
path: root/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/default.nix b/default.nix
index 4532dbf..cf7dd97 100644
--- a/default.nix
+++ b/default.nix
@@ -184,7 +184,6 @@ in rec {
forstio.io_codec
forstio.remote
forstio.remote-filesystem
- forstio.remote-sycl
forstio.crypto
];
};
@@ -193,6 +192,7 @@ in rec {
name = "forstio-unstable-${version}";
paths = [
forstio.remote-thread
+ forstio.remote-sycl
# forstio.codec-minecraft
];
};