Skip to content
Snippets Groups Projects
Commit 661260a3 authored by Tom Prince's avatar Tom Prince
Browse files

debug tools

parent 3ccabe3d
Branches
No related tags found
1 merge request!239Switch to using mach-nix for python packaging.
...@@ -84,5 +84,8 @@ in ...@@ -84,5 +84,8 @@ in
'' ''
mkdir -p $out/bin mkdir -p $out/bin
ln -s ${python-env}/bin/tahoe $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
''; '';
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment