fix github pulls json to be deterministic

This commit is contained in:
michael bishop
2017-06-21 09:35:26 -03:00
parent f0d24af940
commit 6e4a7a30f7
2 changed files with 3 additions and 2 deletions

View File

@ -341,7 +341,7 @@ in
{ wantedBy = [ "multi-user.target" ];
requires = [ "hydra-init.service" ];
after = [ "hydra-init.service" "network.target" ];
path = [ pkgs.nettools cfg.package ];
path = with pkgs; [ nettools cfg.package jq ];
environment = env;
serviceConfig =
{ ExecStart = "@${cfg.package}/bin/hydra-evaluator hydra-evaluator";