1
0
Fork 0

Install threadscope

This commit is contained in:
Malte 2023-06-11 16:29:04 +02:00
parent 4cde16cb0a
commit 9bd3dcd686
No known key found for this signature in database

View file

@ -138,6 +138,8 @@
haskell-language-server releaser ghc-debug-client eventlog2html
ghc-debug-brick nixfmt calligraphy cabal-fmt hledger hledger-ui
hledger-web;
threadscope = pkgs.haskell.lib.unmarkBroken
(pkgs.haskell.lib.doJailbreak pkgs.unstableHaskellPackages.threadscope);
mytmux = pkgs.writeShellScriptBin "mytmux" ''
session=$(${pkgs.tmux}/bin/tmux ls | grep -v attached | head -1 | cut -f1 -d:)
if [[ -n $session ]]; then