about summary refs log tree commit diff
path: root/modules/nur.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/nur.nix')
-rwxr-xr-xmodules/nur.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/nur.nix b/modules/nur.nix
index a4c3449..f2688a0 100755
--- a/modules/nur.nix
+++ b/modules/nur.nix
@@ -6,7 +6,7 @@
       inherit pkgs;
     };
   };
-  nix.binaryCaches = [
+  nix.settings.substituters = [
     "https://cache.nixos.org"
     "https://pn.cachix.org"
   ];