diff options
| author | Fuwn <[email protected]> | 2024-10-09 04:11:41 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-09 04:11:41 -0700 |
| commit | 2fc75d2f7d67abf7d02feea8c955dfb60594f20d (patch) | |
| tree | 5ef398fb59fecf0cbfa8067024ab827ec86f4221 | |
| parent | pkgs(zen-browser-twilight-bin): bump (diff) | |
| download | tsutsumi-2fc75d2f7d67abf7d02feea8c955dfb60594f20d.tar.xz tsutsumi-2fc75d2f7d67abf7d02feea8c955dfb60594f20d.zip | |
docs(readme): add binary cache instructions
| -rw-r--r-- | README.md | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -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 |