all repos — nixfiles @ daf3b21cbf994afae6e3df1fa2181a214fd47ddd

System and user configuration, managed by nix and home-manager

use updated binary cache URL

Alan Pearce
commit

daf3b21cbf994afae6e3df1fa2181a214fd47ddd

parent

9fb7ce6a16030a89be327fc5933e7b881c4ea5b4

1 file changed, 2 insertions(+), 2 deletions(-)

changed files
M system/settings/configuration/nix.nixsystem/settings/configuration/nix.nix
@@ -14,13 +14,13 @@ keep-derivations = true;
warn-dirty = false; substituters = [ "https://nix-community.cachix.org" - "https://binarycache.alanpearce.eu" + "https://binarycache.alin.ovh" "https://cache.lix.systems" ]; trusted-public-keys = [ "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" - "binarycache.alanpearce.eu:ZwqO3XMuajPictjwih8OY2+RXnOKpjZEZFHJjGSxAI4=" + "binarycache.alin.ovh:ZwqO3XMuajPictjwih8OY2+RXnOKpjZEZFHJjGSxAI4=" "cache.lix.systems:aBnZUw8zA7H35Cz2RyKFVs3H4PlGTLawyY5KRbvJR8o=" ]; };