Merge pull request #27507 from LnL7/fix-gitlab-archive-url
gitlab: fix archive urls for gitlab service
This commit is contained in:
@@ -439,6 +439,8 @@ in {
|
|||||||
environment.GITLAB_SHELL_CONFIG_PATH = gitlabEnv.GITLAB_SHELL_CONFIG_PATH;
|
environment.GITLAB_SHELL_CONFIG_PATH = gitlabEnv.GITLAB_SHELL_CONFIG_PATH;
|
||||||
path = with pkgs; [
|
path = with pkgs; [
|
||||||
gitAndTools.git
|
gitAndTools.git
|
||||||
|
gnutar
|
||||||
|
gzip
|
||||||
openssh
|
openssh
|
||||||
gitlab-workhorse
|
gitlab-workhorse
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user