Merge pull request #48 from cransom/old-darwin-shellnix

make git an explicit dependency
This commit is contained in:
Graham Christensen 2018-01-29 20:37:03 -05:00 committed by GitHub
commit 478468ca2f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,6 +31,7 @@ let
carnix
openssl.dev
pkgconfig
git
] ++ (lib.optional stdenv.isDarwin pkgs.darwin.Security);
HISTFILE = "${toString ./.}/.bash_hist";