diff options
author | Griffin Smith <grfn@gws.fyi> | 2020-06-22T00·11-0400 |
---|---|---|
committer | glittershark <grfn@gws.fyi> | 2020-06-22T00·40+0000 |
commit | fbbb284444a7307245b6157033ab58b4dd871b9f (patch) | |
tree | f679fd1b7b4f42e09d73640dbb79f0c4e128729e /users/glittershark/xanthous | |
parent | aab362ef3754832e405093458747839fd9a06f6e (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>
Diffstat (limited to 'users/glittershark/xanthous')
-rw-r--r-- | users/glittershark/xanthous/shell.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/users/glittershark/xanthous/shell.nix b/users/glittershark/xanthous/shell.nix index 48149664272d..c30349632a3a 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 |