summaryrefslogtreecommitdiff
path: root/run_and_record/.nix
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2025-11-06 15:13:49 +0100
committerClaudius "keldu" Holeksa <mail@keldu.de>2025-11-06 15:13:49 +0100
commitf32687ccab6158e9611007e6fc2d66bf4751e111 (patch)
tree3a66c1af5a28627daa6cead6db2148d7073ff0f5 /run_and_record/.nix
parente0bbafdc39d13209a5e09a7be3c4fe30185b6b80 (diff)
downloadapps-science_tools-f32687ccab6158e9611007e6fc2d66bf4751e111.tar.gz
Adding the writing
Diffstat (limited to 'run_and_record/.nix')
-rw-r--r--run_and_record/.nix/derivation.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/run_and_record/.nix/derivation.nix b/run_and_record/.nix/derivation.nix
index d312b5a..089c7cb 100644
--- a/run_and_record/.nix/derivation.nix
+++ b/run_and_record/.nix/derivation.nix
@@ -13,8 +13,11 @@ stdenv.mkDerivation {
buildInputs = [
forstio.core
+ forstio.async
forstio.codec
forstio.codec-json
+ forstio.remote
+ forstio.remote-filesystem
];
src = ./..;