diff --git a/flake.nix b/flake.nix index c92e1b7..6bfc91c 100644 --- a/flake.nix +++ b/flake.nix @@ -370,7 +370,7 @@ ) ); }) (builtins.attrValues self.nixosConfigurations)) - ++ [self.formatter] + ++ [ self.formatter ] ) ); }