diff --git a/services/hydra/default.nix b/services/hydra/default.nix index 9639d2b..1f0e102 100644 --- a/services/hydra/default.nix +++ b/services/hydra/default.nix @@ -129,6 +129,8 @@ in nix = { distributedBuilds = true; + # needed to fix https://github.com/NixOS/nix/issues/5980 + package = pkgs.nixUnstable; extraOptions = '' allowed-uris = https://github.com/nix-community/ https://github.com/NixOS/ '';