From 3c2e38ea65bf85a3afcceb24ffa4787ba0c22da5 Mon Sep 17 00:00:00 2001 From: TheRealGramdalf <79593869+TheRealGramdalf@users.noreply.github.com> Date: Mon, 3 Jun 2024 16:07:53 +0000 Subject: [PATCH] Use nix.settings.extra-* (#147) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 191a63a..1cd4878 100644 --- a/README.md +++ b/README.md @@ -125,12 +125,12 @@ You might also want to use the binary cache to avoid building locally. ```nix nix.settings = { builders-use-substitutes = true; - # substituters to use - substituters = [ + # extra substituters to add + extra-substituters = [ "https://anyrun.cachix.org" ]; - trusted-public-keys = [ + extra-trusted-public-keys = [ "anyrun.cachix.org-1:pqBobmOjI7nKlsUMV25u9QHa9btJK65/C8vnO3p346s=" ]; };