From c147ec6aae28d80ff2397cf6acf4ea9c91ee3e4d Mon Sep 17 00:00:00 2001 From: Claudius 'keldu' Holeksa Date: Mon, 15 Jul 2024 16:43:18 +0200 Subject: Compiles project after move --- default.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'default.nix') diff --git a/default.nix b/default.nix index f5e33ee..20b00fc 100644 --- a/default.nix +++ b/default.nix @@ -78,6 +78,15 @@ in rec { inherit stdenv; inherit clang-tools; }; + + remote = pkgs.callPackage modules/remote/.nix/derivation.nix { + inherit version; + inherit forstio; + inherit stdenv; + inherit clang-tools; + + build_examples = "false"; + }; remote-sycl = pkgs.callPackage modules/remote-sycl/.nix/derivation.nix { inherit version; @@ -121,6 +130,7 @@ in rec { unstable = pkgs.symlinkJoin { name = "forstio-unstable-${version}"; paths = [ + forstio.remote forstio.remote-sycl forstio.io_codec forstio.thread -- cgit v1.2.3