summary refs log tree commit diff
path: root/nixos/modules/services/misc/nix-daemon.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-12-09 13:27:00 +0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-12-09 13:38:46 +0100
commitfaf0797c0ca8b2bff1887e897e7a769007df4cc7 (patch)
tree92b36d4c3edb558d751d1bfd8fd760dbb2a8d62c /nixos/modules/services/misc/nix-daemon.nix
parentfe28966179502e9b6418aeae03a2122a854243df (diff)
downloadnixpkgs-faf0797c0ca8b2bff1887e897e7a769007df4cc7.tar
nixpkgs-faf0797c0ca8b2bff1887e897e7a769007df4cc7.tar.gz
nixpkgs-faf0797c0ca8b2bff1887e897e7a769007df4cc7.tar.bz2
nixpkgs-faf0797c0ca8b2bff1887e897e7a769007df4cc7.tar.lz
nixpkgs-faf0797c0ca8b2bff1887e897e7a769007df4cc7.tar.xz
nixpkgs-faf0797c0ca8b2bff1887e897e7a769007df4cc7.tar.zst
nixpkgs-faf0797c0ca8b2bff1887e897e7a769007df4cc7.zip
Use https://cache.nixos.org
Diffstat (limited to 'nixos/modules/services/misc/nix-daemon.nix')
-rw-r--r--nixos/modules/services/misc/nix-daemon.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/misc/nix-daemon.nix b/nixos/modules/services/misc/nix-daemon.nix
index d041c5664ef..e9aa1018178 100644
--- a/nixos/modules/services/misc/nix-daemon.nix
+++ b/nixos/modules/services/misc/nix-daemon.nix
@@ -225,7 +225,7 @@ in
 
       binaryCaches = mkOption {
         type = types.listOf types.str;
-        default = [ http://cache.nixos.org/ ];
+        default = [ https://cache.nixos.org/ ];
         description = ''
           List of binary cache URLs used to obtain pre-built binaries
           of Nix packages.