Skip to content

Commit b03ed47

Browse files
committed
Add jq to devShell
1 parent b2cdd4f commit b03ed47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dev/flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@
220220

221221
devShells.default = pkgs.mkShell {
222222
buildInputs =
223-
[ omnix php phpunit phpPackages.composer shellcheck wp-cli ];
223+
[ jq omnix php phpunit phpPackages.composer shellcheck wp-cli ];
224224
inputsFrom =
225225
[ config.process-compose."default".services.outputs.devShell ];
226226
};

0 commit comments

Comments
 (0)