summaryrefslogtreecommitdiff
path: root/default.nix
diff options
context:
space:
mode:
authorClaudius 'keldu' Holeksa <mail@keldu.de>2024-08-14 10:19:32 +0200
committerClaudius 'keldu' Holeksa <mail@keldu.de>2024-08-14 10:19:32 +0200
commit2a442407538628b7b04c63c0643d521739de6b69 (patch)
tree5fa20a4786b868e81ad26d9ccd16ec62ba159d5a /default.nix
parentfad5d37382552af7328dd67d038c1eaf44cf0aee (diff)
Adding a macro for simpler test writing and wip on fs
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix10
1 files changed, 10 insertions, 0 deletions
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
];
};