about summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index fa39b45..35ada07 100644
--- a/flake.nix
+++ b/flake.nix
@@ -18,6 +18,6 @@
         '';
 
         devShell =
-          pkgs.mkShell { buildInputs = with pkgs; [ hugo flyctl git ]; };
+          pkgs.mkShell { buildInputs = with pkgs; [ hugo flyctl git jq ]; };
       });
 }