# One CLI to format the code tree - https://git.numtide.com/numtide/treefmt [formatter.deadnix] command = "deadnix" options = ["--edit"] includes = ["*.nix"] pipeline = "nix" priority = 1 [formatter.nixpkgs-fmt] command = "nixpkgs-fmt" includes = ["*.nix"] pipeline = "nix" priority = 2