diff options
| author | Seth Flynn <[email protected]> | 2025-03-22 20:27:41 -0400 |
|---|---|---|
| committer | Seth Flynn <[email protected]> | 2025-03-22 20:27:43 -0400 |
| commit | 2d79daedd07c1650cf88da1d4676a212e477863b (patch) | |
| tree | e96d7efcad367b8637db6d33866cc9631f2e2b27 | |
| parent | ff88b28193b2218ffd01d5113a65aab9460a5efa (diff) | |
modules/nix: give nix-community cache lower priority
I use my own cache most often -- aside from cache.nixos.org ofc
| -rw-r--r-- | modules/shared/defaults/nix.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/shared/defaults/nix.nix b/modules/shared/defaults/nix.nix index 8c6b5f2..f519913 100644 --- a/modules/shared/defaults/nix.nix +++ b/modules/shared/defaults/nix.nix @@ -33,7 +33,7 @@ in extra-trusted-substituters = [ "https://getchoo.cachix.org" - "https://nix-community.cachix.org" + "https://nix-community.cachix.org?priority=50" ]; extra-trusted-public-keys = [ |
