summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2015-11-07 00:03:14 +0000
committerGregor Kleen <gkleen@yggdrasil.li>2015-11-07 00:03:14 +0000
commite692e29d33ab1ea6495b9b1a7b3445515e511a6b (patch)
treec62cc48958e3c738f35bd5951a97a08bf2389b0f
parent4a78c53137bba649e9210c75a739f2188e398964 (diff)
downloadnixos-e692e29d33ab1ea6495b9b1a7b3445515e511a6b.tar
nixos-e692e29d33ab1ea6495b9b1a7b3445515e511a6b.tar.gz
nixos-e692e29d33ab1ea6495b9b1a7b3445515e511a6b.tar.bz2
nixos-e692e29d33ab1ea6495b9b1a7b3445515e511a6b.tar.xz
nixos-e692e29d33ab1ea6495b9b1a7b3445515e511a6b.zip
Including cache.nixos.org
-rw-r--r--vali.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/vali.nix b/vali.nix
index 6667f563..a3438946 100644
--- a/vali.nix
+++ b/vali.nix
@@ -143,6 +143,7 @@ rec {
143 143
144 nix = { 144 nix = {
145 binaryCaches = [ "https://hydra.nixos.org" 145 binaryCaches = [ "https://hydra.nixos.org"
146 "https://cache.nixos.org"
146 ]; 147 ];
147 binaryCachePublicKeys = [ "hydra.nixos.org-1:CNHJZBh9K4tP3EKF6FkkgeVYsS3ohTl+oS0Qa8bezVs=" 148 binaryCachePublicKeys = [ "hydra.nixos.org-1:CNHJZBh9K4tP3EKF6FkkgeVYsS3ohTl+oS0Qa8bezVs="
148 ]; 149 ];