From c1d6abeb28c93bfdc85400a0e8098ac24fea0063 Mon Sep 17 00:00:00 2001 From: valan Date: Sat, 26 Oct 2024 15:51:38 -0700 Subject: [PATCH] Update README.md Brief description of how to disable use of a cache --- book/src/user-guide/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/book/src/user-guide/README.md b/book/src/user-guide/README.md index 8ce8720..ca98720 100644 --- a/book/src/user-guide/README.md +++ b/book/src/user-guide/README.md @@ -24,6 +24,10 @@ To configure Nix to automatically use cache `foo`: attic use foo ``` +## Disabling a cache + +To configure Nix to no longer use a cache, remove the corresponding entries from the list of `substituters` and `trusted-public-keys` in `~/.config/nix/nix.conf` + ## Pushing to the cache To push a store path to cache `foo`: