From 2da0aff4c957976883d828d548b56d4594eef657 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Domen=20Ko=C5=BEar?= Date: Tue, 2 Apr 2024 05:22:50 +0100 Subject: [PATCH] trusted: clarify that you also need to disable cachix --- devenv/src/command.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devenv/src/command.rs b/devenv/src/command.rs index 73ae27cab..15fdccc7a 100644 --- a/devenv/src/command.rs +++ b/devenv/src/command.rs @@ -336,7 +336,7 @@ impl App { extra-substituters = {} extra-trusted-public-keys = {} - c) Disable Cachix in `devenv.nix`: + And disable automatic cache configuration in `devenv.nix`: {{ cachix.enable = false;