diff options
author | lassulus <lass@lassul.us> | 2017-02-23 16:32:16 +0100 |
---|---|---|
committer | lassulus <lass@lassul.us> | 2017-02-23 16:32:35 +0100 |
commit | 923e6edb155259d198ea5f1742426d3d6b75503b (patch) | |
tree | 9eb37d9418b6964c23e82b59824ed455e8add158 /lass/2configs/binary-cache/client.nix | |
parent | 6b289f8b2cd51d56c84049eab474b3f6a538bd53 (diff) |
l 2 binary-cache: add cache.nixos.org
Diffstat (limited to 'lass/2configs/binary-cache/client.nix')
-rw-r--r-- | lass/2configs/binary-cache/client.nix | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/lass/2configs/binary-cache/client.nix b/lass/2configs/binary-cache/client.nix index 108ff7a1e..9dba5fbfb 100644 --- a/lass/2configs/binary-cache/client.nix +++ b/lass/2configs/binary-cache/client.nix @@ -2,8 +2,14 @@ { nix = { - binaryCaches = ["http://cache.prism.r"]; - binaryCachePublicKeys = ["cache.prism-1:+S+6Lo/n27XEtvdlQKuJIcb1yO5NUqUCE2lolmTgNJU="]; + binaryCaches = [ + "http://cache.prism.r" + "https://cache.nixos.org/" + ]; + binaryCachePublicKeys = [ + "cache.prism-1:+S+6Lo/n27XEtvdlQKuJIcb1yO5NUqUCE2lolmTgNJU=" + "hydra.nixos.org-1:CNHJZBh9K4tP3EKF6FkkgeVYsS3ohTl+oS0Qa8bezVs=" + ]; }; } |