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 42a8c80..3adde75 100644
--- a/default.nix
+++ b/default.nix
@@ -182,6 +182,7 @@ in rec {
forstio.io_codec
forstio.remote
forstio.remote-filesystem
+ forstio.remote-sycl
forstio.crypto
];
};
@@ -189,7 +190,6 @@ in rec {
unstable = pkgs.symlinkJoin {
name = "forstio-unstable-${version}";
paths = [
- forstio.remote-sycl
forstio.remote-thread
# forstio.codec-minecraft
];