diff --git a/shell.nix b/shell.nix index 3243c4f..7ec2848 100644 --- a/shell.nix +++ b/shell.nix @@ -31,6 +31,7 @@ let carnix openssl.dev pkgconfig + git ] ++ (lib.optional stdenv.isDarwin pkgs.darwin.Security); HISTFILE = "${toString ./.}/.bash_hist";