chore: Reduce bracket in treefmt.nix file

This commit is contained in:
ulic-youthlic 2026-02-18 11:35:31 +08:00
parent bf34c66f54
commit f7f3c4e012
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721

View file

@ -1,7 +1,6 @@
{ {
perSystem = {lib, ...}: { perSystem = {lib, ...}: {
treefmt = { treefmt.programs = {
programs = {
alejandra = { alejandra = {
enable = true; enable = true;
excludes = ["_sources/*.nix"]; excludes = ["_sources/*.nix"];
@ -43,5 +42,4 @@
}; };
}; };
}; };
};
} }