Skip to content

Commit

Permalink
Hydra: use a fork so we can move faster
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed May 31, 2016
1 parent 203d643 commit 20a3fe6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/hydra-master.nix
Expand Up @@ -4,7 +4,8 @@ with lib;

let
# can't upgrade further due to https://github.com/NixOS/hydra/commit/4151be7e69957d22af712dd5410b5ad8aa3a2289
hydraSrc = builtins.fetchTarball https://github.com/domenkozar/hydra/tarball/026f891ed6b040357e120be108b8306b5a2664ec;
# We use our own fork with some modifications
hydraSrc = builtins.fetchTarball https://github.com/domenkozar/hydra/tarball/74cadb9da37b34b7212106d56d24d7dde9964835;
commonBuildMachineOpt = {
speedFactor = 1;
sshKey = "/etc/nix/id_buildfarm";
Expand Down

0 comments on commit 20a3fe6

Please sign in to comment.