From 600a5bae61c9571a0fcc6d8cba7fc3ad0bee2322 Mon Sep 17 00:00:00 2001 From: Lars Strojny Date: Mon, 21 Nov 2022 03:06:10 +0100 Subject: [PATCH] Remove jq --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 2d6f641..533b19a 100644 --- a/flake.nix +++ b/flake.nix @@ -16,6 +16,6 @@ in with pkgs; rec { - devShell = pkgs.mkShell rec { buildInputs = with pkgs; [ nodejs jq ]; }; + devShell = pkgs.mkShell rec { buildInputs = with pkgs; [ nodejs ]; }; }); }