diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2025-11-06 15:13:49 +0100 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2025-11-06 15:13:49 +0100 |
| commit | f32687ccab6158e9611007e6fc2d66bf4751e111 (patch) | |
| tree | 3a66c1af5a28627daa6cead6db2148d7073ff0f5 /run_and_record/.nix | |
| parent | e0bbafdc39d13209a5e09a7be3c4fe30185b6b80 (diff) | |
| download | apps-science_tools-f32687ccab6158e9611007e6fc2d66bf4751e111.tar.gz | |
Adding the writing
Diffstat (limited to 'run_and_record/.nix')
| -rw-r--r-- | run_and_record/.nix/derivation.nix | 3 |
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 = ./..; |
