nixos/gitlab: gitlab-workhorse requires exiftool on path to process uploaded images
This commit is contained in:
parent
d893a9acf8
commit
bbd4a0c100
1 changed files with 1 additions and 0 deletions
|
@ -585,6 +585,7 @@ in {
|
|||
after = [ "network.target" ];
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
path = with pkgs; [
|
||||
exiftool
|
||||
gitAndTools.git
|
||||
gnutar
|
||||
gzip
|
||||
|
|
Loading…
Reference in a new issue