From 481948664278df41a15922d2cdc7360a66271d72 Mon Sep 17 00:00:00 2001
From: Daniel Firth <dan.firth@homotopic.tech>
Date: Wed, 22 Mar 2023 22:34:34 +0000
Subject: [PATCH] nixpkgs-fmt

---
 flake.nix | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/flake.nix b/flake.nix
index 587e5a1a..cd3cd23b 100644
--- a/flake.nix
+++ b/flake.nix
@@ -60,14 +60,14 @@
             legacyPackages;
 
           devShell = pkgs.mkShell {
-              buildInputs = [
-                horizon-shell.packages.${system}.default
-              ];
-              shellHook = ''
-                horizon-shell
-                exit
-              '';
-           };
+            buildInputs = [
+              horizon-shell.packages.${system}.default
+            ];
+            shellHook = ''
+              horizon-shell
+              exit
+            '';
+          };
 
         in
         {
-- 
GitLab