Remove jq
This commit is contained in:
parent
b7364927df
commit
600a5bae61
1 changed files with 1 additions and 1 deletions
|
@ -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 ]; };
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue