aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-10-09 04:11:41 -0700
committerFuwn <[email protected]>2024-10-09 04:11:41 -0700
commit2fc75d2f7d67abf7d02feea8c955dfb60594f20d (patch)
tree5ef398fb59fecf0cbfa8067024ab827ec86f4221
parentpkgs(zen-browser-twilight-bin): bump (diff)
downloadtsutsumi-2fc75d2f7d67abf7d02feea8c955dfb60594f20d.tar.xz
tsutsumi-2fc75d2f7d67abf7d02feea8c955dfb60594f20d.zip
docs(readme): add binary cache instructions
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
index c89fbce..e9db024 100644
--- a/README.md
+++ b/README.md
@@ -99,6 +99,21 @@ import nixpkgs {
}
```
+### Binary Cache
+
+To speed up the consumption of Tsutsumi packages, add the Tsutsumi binary cache
+to your NixOS configuration.
+
+```nix
+nix.settings = {
+ substituters = [ "https://tsutsumi.cachix.org" ];
+
+ trusted-public-keys = [
+ "tsutsumi.cachix.org-1:MojIlGI60CT5EoyuTgjB4VRVgf/uUvakZVWoYJThQNk="
+ ];
+};
+```
+
## Credits
This flake includes a modified version of