Skip to content

Commit

Permalink
Fix running make ci-checks in docker:
Browse files Browse the repository at this point in the history
These deps were missing when running in docker
and could be missing for users that have nix-shell
already installed.

Signed-off-by: Jacob Weinstock <[email protected]>
  • Loading branch information
jacobweinstock committed May 10, 2023
1 parent 938bb02 commit 810a039
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ with pkgs;

mkShell {
buildInputs = [
git
gnumake
jq
nixfmt
nodePackages.prettier
Expand Down

0 comments on commit 810a039

Please sign in to comment.