chore: added inputs to treefmt excludes

This commit is contained in:
Ceferino Patino 2025-10-07 10:15:34 -05:00
commit 1a6ad0dd68
Signed by: c4patino
SSH key fingerprint: SHA256:9fQ9TsujGrdNNi76mnsu63v7dS5JOmHRZEqBOl49OR8

View file

@ -70,6 +70,11 @@
alejandra.enable = true;
stylua.enable = true;
};
settings = {
global.excludes = [
"inputs/**"
];
};
};
treefmtEval = inputs.treefmt-nix.lib.evalModule (channels.nixpkgs) (treefmtConfig {pkgs = channels.nixpkgs;});