summaryrefslogtreecommitdiff
path: root/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/default.nix b/default.nix
index 681daf3..001125f 100644
--- a/default.nix
+++ b/default.nix
@@ -71,6 +71,13 @@ in rec {
build_examples = "true";
};
+
+ thread = pkgs.callPackage modules/io_codec/.nix/derivation.nix {
+ inherit version;
+ inherit forstio;
+ inherit stdenv;
+ inherit clang-tools;
+ };
remote-sycl = pkgs.callPackage modules/remote-sycl/.nix/derivation.nix {
inherit version;
@@ -115,6 +122,7 @@ in rec {
paths = [
forstio.remote-sycl
forstio.io_codec
+ forstio.thread
# forstio.codec-minecraft
];
};