aboutsummaryrefslogtreecommitdiff
path: root/tools/perf-flamegraph-pid (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-03-06rename `tools` to `packages` to follow conventionFranck Cuny2-45/+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-15various fixes for errors reported by deadnixFranck Cuny1-1/+1
2023-12-03formatting a few files with treefmtFranck Cuny1-3/+3
2022-10-29fix(tools): install dependencies correctlyFranck Cuny1-0/+1
For the python tools, we need the python runtime to be available. For this we need to specify the dependencies in `propagatedBuildInputs`. The same is true for flamegraph and perf.
2022-10-25ref(tools/perf-flamegraph): move to a proper shell scriptFranck Cuny2-0/+44
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.