diff options
| author | Fuwn <[email protected]> | 2024-10-09 21:59:53 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-09 21:59:53 -0700 |
| commit | 94fb880c9da44ffd20af21224b1ee6ca3022f913 (patch) | |
| tree | 38b37a3450172be67bd1ad11fbfb543229e9b2a7 /flake.nix | |
| parent | chore(flake.nxi): move inputs below outputs (diff) | |
| download | tsutsumi-94fb880c9da44ffd20af21224b1ee6ca3022f913.tar.xz tsutsumi-94fb880c9da44ffd20af21224b1ee6ca3022f913.zip | |
chore(flake.nix): add binary cache nix configuration
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,6 +1,14 @@ { description = "Top-level Flake for Applications and Libraries Packaged for Nix"; + nixConfig = { + extra-substituters = [ "https://tsutsumi.cachix.org" ]; + + trusted-public-keys = [ + "tsutsumi.cachix.org-1:MojIlGI60CT5EoyuTgjB4VRVgf/uUvakZVWoYJThQNk=" + ]; + }; + outputs = { flake-utils, |