nixos/gitlab: added gzip and bzip2 as dependencies for gitaly

This commit is contained in:
Johan Thomsen 2019-03-10 23:04:27 +01:00 committed by Robin Gloster
parent 968d3c9c05
commit 292c1ce7ff

View File

@ -515,6 +515,8 @@ in {
gitAndTools.git
cfg.packages.gitaly.rubyEnv
cfg.packages.gitaly.rubyEnv.wrappedRuby
gzip
bzip2
];
serviceConfig = {
Type = "simple";