pub const HARD_RUNTIME_TOOLS: [(&str, &str); 2];Expand description
Every executable a Hard probe requires, paired with the nixpkgs package
whose bin/ supplies it in the installed package’s wrapper.
nix/package.nix mirrors this list by hand — Nix cannot read this
registry, and generating one list from the other is more machinery than
two entries earn — so the mirror test in tests/cli.rs holds the two
lists to agreement and a divergence fails by name instead of shipping.