summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2024-08-24 12:31:15 +0530
committersinanmohd <sinan@sinanmohd.com>2024-08-24 12:31:15 +0530
commit0080f0929c90167d338bb136f9677c5462aa961c (patch)
tree053252bc79351e390724e98de656584faf1479d7
parent0104b24ebd524752b92ebe88fd6ac3adc3517aa9 (diff)
flake/devShell: add jq
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index b87e287..1cf206c 100644
--- a/flake.nix
+++ b/flake.nix
@@ -28,6 +28,7 @@
inputsFrom = [ self.packages.${system}.evanix ];
packages = with pkgs; [
nixfmt-rfc-style
+ jq
gdb
ccls
valgrind