about summary refs log tree commit diff
path: root/home/scripts/perf-flamegraph.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/scripts/perf-flamegraph.nix')
-rw-r--r--home/scripts/perf-flamegraph.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/home/scripts/perf-flamegraph.nix b/home/scripts/perf-flamegraph.nix
index f379591..b974e6b 100644
--- a/home/scripts/perf-flamegraph.nix
+++ b/home/scripts/perf-flamegraph.nix
@@ -14,7 +14,8 @@ let
         | ${pkgs.flamegraph}/bin/stackcollapse-perf.pl \
         | ${pkgs.flamegraph}/bin/flamegraph.pl > "''${OUT_SVG}"
     '';
-in {
+in
+{
   config = {
     home.packages = with pkgs; [ flamegraph perf-flamegraph-process ];
   };