vendored/hydra: add git to system packages
This commit is contained in:
parent
0df59f03b8
commit
6b3a0c91c9
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue