vendored/hydra: add git to system packages

This commit is contained in:
Infinidoge 2024-05-20 01:02:28 -04:00
parent 0df59f03b8
commit 6b3a0c91c9
Signed by: Infinidoge
SSH key fingerprint: SHA256:EMoPe5e2dO0gEvtBb2xkZTz5dkyL0rBmuiGTKG5s96E

View file

@ -312,7 +312,7 @@ in
use-substitutes = ${if cfg.useSubstitutes then "1" else "0"}
'';
environment.systemPackages = [ hydra-package ];
environment.systemPackages = [ hydra-package pkgs.git ];
environment.variables = hydraEnv;