Merge "shell.nix: add git to targetPkgs"
diff --git a/shell.nix b/shell.nix
index 1b504cf..de3db3c 100644
--- a/shell.nix
+++ b/shell.nix
@@ -27,6 +27,7 @@
     gcc binutils
     pwgen
     tmate
+    git
   ];
   multiPkgs = pkgs: [
     (pkgs.runCommand "protocols" {}