nixos: hydra: sync with upstream hydra module
This commit is contained in:
parent
959fadb86e
commit
330e800496
nixos/modules/services/continuous-integration/hydra
|
@ -233,6 +233,7 @@ in
|
|||
hydra_logo ${cfg.logo}
|
||||
''}
|
||||
gc_roots_dir ${cfg.gcRootsDir}
|
||||
use-substitutes = ${if cfg.useSubstitutes then "1" else "0"}
|
||||
'';
|
||||
|
||||
environment.systemPackages = [ cfg.package ];
|
||||
|
|
Loading…
Reference in New Issue