nixos: hydra: sync with upstream hydra module

This commit is contained in:
Domen Kožar 2017-04-28 14:51:25 +02:00
parent 959fadb86e
commit 330e800496
No known key found for this signature in database
GPG key ID: C2FFBCAFD2C24246

View file

@ -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 ];