From f32687ccab6158e9611007e6fc2d66bf4751e111 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Thu, 6 Nov 2025 15:13:49 +0100 Subject: Adding the writing --- run_and_record/.nix/derivation.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'run_and_record/.nix') 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 = ./..; -- cgit v1.2.3