fix #425: parsable config by hydra-queue-runner
This commit is contained in:
parent
426aea1236
commit
81fee456c2
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue