Remove jq

This commit is contained in:
Lars Strojny 2022-11-21 03:06:10 +01:00
parent b7364927df
commit 600a5bae61

View file

@ -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 ]; };
});
}