diff --git a/flake.nix b/flake.nix
index 587e5a1a66577166b0f26901fce0f9927a20c3ee..cd3cd23bfd0ba4e0e566cdc13e87679f2777328c 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
         {