nix formatting

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
ahuston-0 2024-04-13 13:13:49 -04:00 committed by Alice Huston
parent b54a21cac5
commit 04e47ea24d

View File

@ -370,7 +370,7 @@
) )
); );
}) (builtins.attrValues self.nixosConfigurations)) }) (builtins.attrValues self.nixosConfigurations))
++ [self.formatter] ++ [ self.formatter ]
) )
); );
} }