| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | rename `tools` to `packages` to follow convention | Franck Cuny | 2024-03-06 | 1 | -20/+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. | ||||
| * | formatting a few files with treefmt | Franck Cuny | 2023-12-03 | 1 | -3/+3 |
| | | |||||
| * | ref(tools/perf-flamegraph): move to a proper shell script | Franck Cuny | 2022-10-25 | 1 | -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. | |||||
