hydra-module: fix useSubstitutes configuration option
[?]
May 26, 2016, 11:16 AM
HB7JA5WVFFZMRRALIQEMD2GKSEXZLE4QZFR2NFMUJTGPHNWVD7XACDependencies
- [2]
G7LZJ4VAhydra-module.nix: add 'useSubstitutes' option to control use of binary caches - [3]
4HDPYRJ6Update the hydra-queue-runner unit - [4]
TTZ26BJQUnify Hydra's NixOS module with the one used for hydra.nixos.org - [5]
2ANV36PBHackery - [6]
7XOH2DGHhydra-module.nix: Give types to options - [7]
36YF4WOZRemove unnecessary call to hydra-queue-runner --unlock - [8]
ZYEFL36QPorted/merged properties from the TUD configuration's hydra-module - [*]
D3MDJONY
Change contents
- replacement in hydra-module.nix at line 327
{ ExecStart = "@${cfg.package}/bin/hydra-queue-runner hydra-queue-runner -v --option build-use-substitutes ${if optionalString cfg.useSubstitutes then "true" else "false"}";{ ExecStart = "@${cfg.package}/bin/hydra-queue-runner hydra-queue-runner -v --option build-use-substitutes ${if cfg.useSubstitutes then "true" else "false"}";