mirror of
https://github.com/zhaofengli/attic.git
synced 2025-03-05 08:17:05 +00:00
Merge pull request #192 from valan/patch-1
Add brief description of how to disable use of a cache
This commit is contained in:
commit
b322faab01
1 changed files with 4 additions and 0 deletions
|
@ -24,6 +24,10 @@ To configure Nix to automatically use cache `foo`:
|
||||||
attic use 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
|
## Pushing to the cache
|
||||||
|
|
||||||
To push a store path to cache `foo`:
|
To push a store path to cache `foo`:
|
||||||
|
|
Loading…
Add table
Reference in a new issue