summaryrefslogtreecommitdiff
path: root/run_and_record/.nix
diff options
context:
space:
mode:
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 = ./..;