gitlab: fix archive urls for gitlab service
Accessing an url like https://gitlab.example.org/group/project/repository/archive.tar.gz?ref=masterrequires tar/gzip to be in the path of the gitlab-workhorse service otherwise it fails.
Daiderd Jordan 8 years ago a03d6116 3cc46829
··· 439 439 environment.GITLAB_SHELL_CONFIG_PATH = gitlabEnv.GITLAB_SHELL_CONFIG_PATH; 440 440 path = with pkgs; [ 441 441 gitAndTools.git 442 442 + gnutar 443 443 + gzip 442 444 openssh 443 445 gitlab-workhorse 444 446 ];