From 053e19391478f6f461d291348977caf5926e54de Mon Sep 17 00:00:00 2001 From: jared-w Date: Wed, 20 Oct 2021 13:14:55 -0700 Subject: [PATCH] Silence 'missing git' warning on macOS --- shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shell.nix b/shell.nix index c530cf0..423fa4c 100644 --- a/shell.nix +++ b/shell.nix @@ -19,6 +19,7 @@ pkgs.mkShell { [ pythonWithPkgs ] ++ (with pkgs; [ + git nix-prefetch-git parallel ]);