Merge pull request #48 from cransom/old-darwin-shellnix
make git an explicit dependency
This commit is contained in:
commit
478468ca2f
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ let
|
|||
carnix
|
||||
openssl.dev
|
||||
pkgconfig
|
||||
git
|
||||
] ++ (lib.optional stdenv.isDarwin pkgs.darwin.Security);
|
||||
|
||||
HISTFILE = "${toString ./.}/.bash_hist";
|
||||
|
|
Loading…
Reference in a new issue