diff options
Diffstat (limited to 'README.md')
| -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 |