From 04e47ea24def02ec55ea2dbc84b58adabc4b32ef Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Sat, 13 Apr 2024 13:13:49 -0400 Subject: [PATCH] nix formatting Signed-off-by: ahuston-0 --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ] ) ); }