fix #425: parsable config by hydra-queue-runner

This commit is contained in:
Domen Kožar 2017-04-10 14:59:58 +02:00
parent 426aea1236
commit 81fee456c2
No known key found for this signature in database
GPG key ID: C2FFBCAFD2C24246

View file

@ -230,7 +230,7 @@ in
hydra_logo ${cfg.logo}
''}
gc_roots_dir ${cfg.gcRootsDir}
use-substitutes ${if cfg.useSubstitutes then "1" else "0"}
use-substitutes = ${if cfg.useSubstitutes then "1" else "0"}
'';
environment.systemPackages = [ cfg.package ];