From 2a442407538628b7b04c63c0643d521739de6b69 Mon Sep 17 00:00:00 2001 From: Claudius 'keldu' Holeksa Date: Wed, 14 Aug 2024 10:19:32 +0200 Subject: Adding a macro for simpler test writing and wip on fs --- default.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'default.nix') diff --git a/default.nix b/default.nix index f56cae2..c2d0124 100644 --- a/default.nix +++ b/default.nix @@ -96,6 +96,15 @@ in rec { build_examples = "false"; }; + + remote-filesystem = pkgs.callPackage modules/remote-filesystem/.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; @@ -142,6 +151,7 @@ in rec { forstio.io_codec forstio.io-tls forstio.remote + forstio.remote-filesystem forstio.crypto ]; }; -- cgit v1.2.3