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

This commit is contained in:
Johan Thomsen
2019-03-12 15:04:45 +00:00
committed by Robin Gloster
parent 968d3c9c05
commit 292c1ce7ff
+2
View File
@@ -515,6 +515,8 @@ in {
gitAndTools.git
cfg.packages.gitaly.rubyEnv
cfg.packages.gitaly.rubyEnv.wrappedRuby
gzip
bzip2
];
serviceConfig = {
Type = "simple";