mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
[Backport release-26.05] nixos/hydra: Add zstd and bzip2 to hydra-server's PATH (#549815)
This commit is contained in:
@@ -398,6 +398,11 @@ in
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
requires = [ "hydra-init.service" ];
|
||||
after = [ "hydra-init.service" ];
|
||||
path = [
|
||||
# these are used to serve logs if they are compressed with zstd or bzip2
|
||||
pkgs.zstd
|
||||
pkgs.bzip2
|
||||
];
|
||||
environment = serverEnv // {
|
||||
HYDRA_DBI = "${serverEnv.HYDRA_DBI};application_name=hydra-server";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user