From 8bb7cd9d1f090a3e20e212566746b61a5f1fe4e9 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 11 Jun 2019 00:08:05 -0300 Subject: Install gitMinimal package to allow getting git SHA in .buildenv --- .build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.build.yml b/.build.yml index 87f463c..00ae103 100644 --- a/.build.yml +++ b/.build.yml @@ -1,6 +1,8 @@ image: nixos/unstable repositories: nixpkgs: https://nixos.org/channels/nixpkgs-unstable +packages: + - gitMinimal triggers: - condition: failure action: email -- cgit v1.2.3