Reformatted to alejandra style

This commit is contained in:
Fred Drake
2024-10-03 21:33:17 -04:00
parent ced6c4d36e
commit 53e75b11ce
11 changed files with 405 additions and 382 deletions
+1 -2
View File
@@ -7,8 +7,7 @@ let
# Create a list of import statements
imports = map (name: ./. + "/${name}") nixFiles;
in
{
in {
# Import all configuration modules automatically
imports = imports;
}