toml-path 0.1.0

jq for tomls
Documentation
1
2
3
4
5
6
7
8
{
  projectRootFile = "flake.nix";
  programs = {
    alejandra.enable = true; # Nix formatter
    rustfmt.enable = true;
    just.enable = true;
  };
}