From 4a78c53137bba649e9210c75a739f2188e398964 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 7 Nov 2015 00:01:28 +0000 Subject: Nix config to download cached from hydra --- vali.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'vali.nix') diff --git a/vali.nix b/vali.nix index 89e104e7..6667f563 100644 --- a/vali.nix +++ b/vali.nix @@ -140,4 +140,11 @@ rec { }; nixpkgs.config.allowUnfree = true; + + nix = { + binaryCaches = [ "https://hydra.nixos.org" + ]; + binaryCachePublicKeys = [ "hydra.nixos.org-1:CNHJZBh9K4tP3EKF6FkkgeVYsS3ohTl+oS0Qa8bezVs=" + ]; + }; } -- cgit v1.2.3