Apply nixfmt to the whole tree

This commit is contained in:
Greg Hellings
2024-11-18 21:22:32 -06:00
parent 18b7cddaaa
commit e7d1b0f7bd
34 changed files with 822 additions and 714 deletions
+12 -9
View File
@@ -1,9 +1,12 @@
[ {
version = "8";
arch = "amd64";
eol = true;
} {
version = "9";
arch = "amd64";
eol = false;
} ]
[
{
version = "8";
arch = "amd64";
eol = true;
}
{
version = "9";
arch = "amd64";
eol = false;
}
]