diff options
Diffstat (limited to 'modules/nur.nix')
-rwxr-xr-x | modules/nur.nix | 4 |
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" + ]; } |