From e12b29949a7ba3b5fd61693d2eff6c7f58798965 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Thu, 27 Jun 2024 14:21:30 +0200 Subject: Adding thread module base --- default.nix | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'default.nix') 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 ]; }; -- cgit v1.2.3