From 1379ed01f0ea57b6a9e7e8b211a781eff6b14edd Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Wed, 11 Dec 2024 20:15:15 +0100 Subject: [PATCH] Use cache-nixos-org.aarn.patagia.net as cache --- common/nix.nix | 2 +- flake.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/nix.nix b/common/nix.nix index b6362a3..da49b67 100644 --- a/common/nix.nix +++ b/common/nix.nix @@ -20,7 +20,7 @@ # Workaround for https://github.com/NixOS/nix/issues/9574 nix-path = config.nix.nixPath; substituters = [ - "https://cache.nixos.org/" + "https://cache-nixos-org.aarn.patagia.net/" ]; trusted-public-keys = [ "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=" ]; extra-substituters = [ diff --git a/flake.nix b/flake.nix index 848f99f..c200102 100644 --- a/flake.nix +++ b/flake.nix @@ -3,7 +3,7 @@ nixConfig = { substituters = [ - "https://cache.nixos.org/" + "https://cache-nixos-org.aarn.patagia.net/" ]; extra-substituters = [ "https://nix-community.cachix.org"