Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/hydra
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1bb1ba692810
Choose a base ref
...
head repository: NixOS/hydra
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a53f6657ee57
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Apr 20, 2021

  1. Remove gc-check-reachability setting

    It no longer exists on nix master.
    edolstra committed Apr 20, 2021

    Verified

    This commit was signed with the committer’s verified signature.
    dywedir Vlad M.
    Copy the full SHA
    a53f665 View commit details
Showing with 0 additions and 4 deletions.
  1. +0 −4 hydra-module.nix
4 changes: 0 additions & 4 deletions hydra-module.nix
Original file line number Diff line number Diff line change
@@ -243,10 +243,6 @@ in
nix.extraOptions = ''
gc-keep-outputs = true
gc-keep-derivations = true
# The default (`true') slows Nix down a lot since the build farm
# has so many GC roots.
gc-check-reachability = false
'';

systemd.services.hydra-init =