Silence 'missing git' warning on macOS

This commit is contained in:
jared-w 2021-10-20 13:14:55 -07:00
parent f5c482267c
commit 053e193914

View file

@ -19,6 +19,7 @@ pkgs.mkShell {
[ pythonWithPkgs ]
++
(with pkgs; [
git
nix-prefetch-git
parallel
]);