about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGriffin Smith <grfn@gws.fyi>2020-06-22T00·11-0400
committerglittershark <grfn@gws.fyi>2020-06-22T00·40+0000
commitfbbb284444a7307245b6157033ab58b4dd871b9f (patch)
treef679fd1b7b4f42e09d73640dbb79f0c4e128729e
parentaab362ef3754832e405093458747839fd9a06f6e (diff)
feat(xanthous): install hp2pretty r/1058
heap profiling woo

Change-Id: Ie14bc81e9278e3c0d65bd22efc24cfaae43369ca
Reviewed-on: https://cl.tvl.fyi/c/depot/+/554
Reviewed-by: glittershark <grfn@gws.fyi>
-rw-r--r--users/glittershark/xanthous/shell.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/users/glittershark/xanthous/shell.nix b/users/glittershark/xanthous/shell.nix
index 4814966427..c30349632a 100644
--- a/users/glittershark/xanthous/shell.nix
+++ b/users/glittershark/xanthous/shell.nix
@@ -30,4 +30,5 @@ in
 (addBuildTools drv (with haskellPackages; [
   cabal-install
   ghc-prof-flamegraph
+  hp2pretty
 ])).env