nixos/gitlab: gitlab-workhorse requires exiftool on path to process uploaded images

This commit is contained in:
Johan Thomsen 2019-07-19 14:16:15 +02:00 committed by Robin Gloster
parent d893a9acf8
commit bbd4a0c100

View file

@ -585,6 +585,7 @@ in {
after = [ "network.target" ];
wantedBy = [ "multi-user.target" ];
path = with pkgs; [
exiftool
gitAndTools.git
gnutar
gzip