chore: Reduce bracket in treefmt.nix file
This commit is contained in:
parent
bf34c66f54
commit
f7f3c4e012
1 changed files with 39 additions and 41 deletions
|
|
@ -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 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue