1
0
Fork 0
mirror of https://github.com/NixOS/ofborg synced 2024-10-18 14:56:36 -04:00

make git an explicit dependency

My very old (10.10.x) builder tried to run a job, but failed with `error: unknown option `reference-if-able'` as it appears to have been using the system git which is also ancient. I'm still pending another job but i think this fixes it.
This commit is contained in:
Casey Ransom 2018-01-29 14:27:34 -05:00 committed by GitHub
parent 07f3d265f9
commit 7c9c491e73
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";