From 9ea657c25ab657f66cccb02681a953b19ab56d8a Mon Sep 17 00:00:00 2001 From: Gabriel Fontes Date: Sun, 24 Mar 2024 20:06:33 -0300 Subject: [PATCH] nix: prefer cache.nixos.org over cache.m7.rs --- hosts/common/global/nix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/common/global/nix.nix b/hosts/common/global/nix.nix index cc8ad482..34f8d61f 100644 --- a/hosts/common/global/nix.nix +++ b/hosts/common/global/nix.nix @@ -7,7 +7,7 @@ package = pkgs.nixVersions.nix_2_18; settings = { - substituters = [ + substituters = lib.mkAfter [ "https://cache.m7.rs" ]; trusted-public-keys = [