about summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-05-10 18:05:53 -0700
committerFranck Cuny <franck@fcuny.net>2022-05-10 18:05:53 -0700
commit99530e1900bddae9e9efc3082741a91ea0078fd5 (patch)
tree08d5cd30ca8dec283b8811743b8027b3e25e138d /flake.nix
parentmaybe this time (diff)
downloadfcuny.net-99530e1900bddae9e9efc3082741a91ea0078fd5.tar.gz
one more time
Diffstat (limited to 'flake.nix')
-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 ]; };
       });
 }