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.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/nur.nix b/modules/nur.nix
index c8326e9..a4c3449 100755
--- a/modules/nur.nix
+++ b/modules/nur.nix
@@ -6,4 +6,8 @@
       inherit pkgs;
     };
   };
+  nix.binaryCaches = [
+    "https://cache.nixos.org"
+    "https://pn.cachix.org"
+  ];
 }