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