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
+17 -13
View File
@@ -1,13 +1,17 @@
[ {
version = "23.05";
arch = "amd64";
eol = true;
} {
version = "23.11";
arch = "amd64";
eol = true;
} {
version = "24.05";
arch = "amd64";
eol = false;
} ]
[
{
version = "23.05";
arch = "amd64";
eol = true;
}
{
version = "23.11";
arch = "amd64";
eol = true;
}
{
version = "24.05";
arch = "amd64";
eol = false;
}
]