From ad8b363461df1cf87712e2da8ca1a9074c78b49e Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Wed, 17 Apr 2024 20:38:47 -0400 Subject: [PATCH] formatter changes Signed-off-by: ahuston-0 --- hydra.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hydra.nix b/hydra.nix index b3121b9..43a67f5 100644 --- a/hydra.nix +++ b/hydra.nix @@ -6,4 +6,5 @@ let in { hosts = mapAttrs getCfg outputs.nixosConfigurations; + formatter = outputs.formatter; }