Skip to content
This repository was archived by the owner on Dec 2, 2025. It is now read-only.

Commit 810a039

Browse files
Fix running make ci-checks in docker:
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 <jakobweinstock@gmail.com>
1 parent 938bb02 commit 810a039

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

shell.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ with pkgs;
1111

1212
mkShell {
1313
buildInputs = [
14+
git
15+
gnumake
1416
jq
1517
nixfmt
1618
nodePackages.prettier

0 commit comments

Comments
 (0)