From 661260a3da9b2c24d4289c0a9c8e912de684b41a Mon Sep 17 00:00:00 2001 From: Tom Prince <tom.prince@private.storage> Date: Tue, 19 Oct 2021 13:38:34 -0600 Subject: [PATCH] debug tools --- default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/default.nix b/default.nix index 2527bca..5e1a78f 100644 --- a/default.nix +++ b/default.nix @@ -84,5 +84,8 @@ in '' mkdir -p $out/bin ln -s ${python-env}/bin/tahoe $out/bin + # Include some tools that are useful for debugging. + ln -s ${python-env}/bin/flogtool $out/bin + ln -s ${python-env}/bin/eliot-prettyprint $out/bin ''; } -- GitLab