From 0653672a1778ad0d1a229a90dd11ffeb1f19a674 Mon Sep 17 00:00:00 2001
From: h7x4 <h7x4@nani.wtf>
Date: Tue, 18 Mar 2025 21:13:20 +0100
Subject: [PATCH] shell.nix: add sql formatter

---
 nix/shell.nix | 1 +
 1 file changed, 1 insertion(+)

diff --git a/nix/shell.nix b/nix/shell.nix
index 681eafb..c685874 100644
--- a/nix/shell.nix
+++ b/nix/shell.nix
@@ -11,6 +11,7 @@ pkgs.mkShellNoCC {
     php84Packages.php-parallel-lint
     php84Packages.php-cs-fixer
     sqlite-interactive
+    sql-formatter
   ];
   shellHook = ''
     alias runDev='php -S localhost:1080 -d error_reporting=E_ALL -d display_errors=1 -t www/'