From 63a45b5428a1e97fe08d00c36394693e384d9e52 Mon Sep 17 00:00:00 2001 From: Jeremy Wall Date: Thu, 28 Oct 2021 14:16:15 -0400 Subject: [PATCH] include git in the workspace --- shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shell.nix b/shell.nix index 298fd7a..db9fb12 100644 --- a/shell.nix +++ b/shell.nix @@ -5,6 +5,7 @@ stdenv.mkDerivation { buildInputs = [ # System requirements. readline + git # Python requirements (enough to get a virtualenv going). python38Full