about summary refs log tree commit diff
path: root/nixos/modules/cachix/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/cachix/default.nix')
-rw-r--r--nixos/modules/cachix/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/cachix/default.nix b/nixos/modules/cachix/default.nix
index 38ad575..9dd55b5 100644
--- a/nixos/modules/cachix/default.nix
+++ b/nixos/modules/cachix/default.nix
@@ -7,7 +7,7 @@ let
 in
 {
   inherit imports;
-  nix.binaryCaches = [ "https://cache.nixos.org/" ];
+  nix.settings.substituters = [ "https://cache.nixos.org/" ];
 
   environment.systemPackages = [ pkgs.cachix ];
 }