mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 03:12:51 +00:00
nixos/gitlab: added gzip and bzip2 as dependencies for gitaly
This commit is contained in:
parent
968d3c9c05
commit
292c1ce7ff
@ -515,6 +515,8 @@ in {
|
|||||||
gitAndTools.git
|
gitAndTools.git
|
||||||
cfg.packages.gitaly.rubyEnv
|
cfg.packages.gitaly.rubyEnv
|
||||||
cfg.packages.gitaly.rubyEnv.wrappedRuby
|
cfg.packages.gitaly.rubyEnv.wrappedRuby
|
||||||
|
gzip
|
||||||
|
bzip2
|
||||||
];
|
];
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Type = "simple";
|
Type = "simple";
|
||||||
|
Loading…
Reference in New Issue
Block a user