mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
nixos: hydra: sync with upstream hydra module
This commit is contained in:
parent
959fadb86e
commit
330e800496
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue