diff options
-rw-r--r-- | vali.nix | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -140,4 +140,11 @@ rec { | |||
140 | }; | 140 | }; |
141 | 141 | ||
142 | nixpkgs.config.allowUnfree = true; | 142 | nixpkgs.config.allowUnfree = true; |
143 | |||
144 | nix = { | ||
145 | binaryCaches = [ "https://hydra.nixos.org" | ||
146 | ]; | ||
147 | binaryCachePublicKeys = [ "hydra.nixos.org-1:CNHJZBh9K4tP3EKF6FkkgeVYsS3ohTl+oS0Qa8bezVs=" | ||
148 | ]; | ||
149 | }; | ||
143 | } | 150 | } |