From b9f603eba8848e2070f1d14998a0b8b5f8347e63 Mon Sep 17 00:00:00 2001 From: Astro Date: Thu, 8 Apr 2021 13:53:11 +0200 Subject: [PATCH] hydra: useSubstitutes = true reason: https://github.com/NixOS/nixpkgs/issues/118732 --- hosts/containers/hydra/hydra.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/containers/hydra/hydra.nix b/hosts/containers/hydra/hydra.nix index ab29df4d..6ada1b68 100644 --- a/hosts/containers/hydra/hydra.nix +++ b/hosts/containers/hydra/hydra.nix @@ -25,7 +25,7 @@ logo = ./c3d2.svg; notificationSender = "hydra@spam.works"; package = pkgs.hydra-unstable; - useSubstitutes = false; + useSubstitutes = true; }; services.nginx =