mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-20 12:07:49 +02:00
dev(shell.nix): add jq to shell
This commit is contained in:
parent
09779c6bf2
commit
535ce6ce97
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
{ pkgs ? import <nixpkgs> {} }:
|
||||
pkgs.mkShell {
|
||||
# nativeBuildInputs is usually what you want -- tools you need to run
|
||||
nativeBuildInputs = [ pkgs.nodejs-15_x pkgs.yarn ];
|
||||
nativeBuildInputs = [ pkgs.nodejs-15_x pkgs.yarn pkgs.jq ];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue