mirror of
https://github.com/sbrow/nix.git
synced 2026-02-27 21:31:45 -05:00
fix: Fixed treefmt ignore.
This commit is contained in:
@@ -58,6 +58,14 @@
|
|||||||
treefmt = {
|
treefmt = {
|
||||||
# Used to find the project root
|
# Used to find the project root
|
||||||
projectRootFile = "flake.nix";
|
projectRootFile = "flake.nix";
|
||||||
|
settings.global.excludes = [
|
||||||
|
".direnv/**"
|
||||||
|
".jj/**"
|
||||||
|
".env"
|
||||||
|
".envrc"
|
||||||
|
".env.local"
|
||||||
|
];
|
||||||
|
|
||||||
|
|
||||||
# Format nix files
|
# Format nix files
|
||||||
programs.nixpkgs-fmt.enable = true;
|
programs.nixpkgs-fmt.enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user