chore: added inputs to treefmt excludes
This commit is contained in:
parent
accf1fa863
commit
1a6ad0dd68
1 changed files with 5 additions and 0 deletions
|
|
@ -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;});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue