From ff476b5c666c14c40f2856d756fe56eb33d5bfc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Sat, 10 Jan 2026 10:04:53 +0100 Subject: [PATCH] vanadium/home: +hs-speedscope --- nix/configurations/vanadium/home/dev.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nix/configurations/vanadium/home/dev.nix b/nix/configurations/vanadium/home/dev.nix index e664c20f..5e0ba28e 100644 --- a/nix/configurations/vanadium/home/dev.nix +++ b/nix/configurations/vanadium/home/dev.nix @@ -31,6 +31,9 @@ # bash pkgs.shfmt pkgs.nodePackages.bash-language-server + + # ghc + pkgs.hs-speedscope ]; programs.git = {