aboutsummaryrefslogtreecommitdiff
path: root/pkgs/perf-flamegraph-pid/perf-flamegraph-pid.sh (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-08-12delete unused packageFranck Cuny1-20/+0
2024-12-28rename packages to pkgsFranck Cuny1-0/+0
This is the correct convention.
2024-03-06rename `tools` to `packages` to follow conventionFranck Cuny1-0/+0
The convention is to use `pkgs` or `packages` for overlays and definition of custom packages. Since I'm already using `pkg` for go, I prefer to use `packages` for my scripts.
2023-12-03formatting a few files with treefmtFranck Cuny1-3/+3
2022-10-25ref(tools/perf-flamegraph): move to a proper shell scriptFranck Cuny1-0/+20
I don't want to inline shell scripts inside nix configuration, as it prevents me to use `shellcheck` to validate them for example. The script is now moved into the tool directory, and is a tiny bit more flexible, so that I can run it as my own user.