aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-10-09 21:59:53 -0700
committerFuwn <[email protected]>2024-10-09 21:59:53 -0700
commit94fb880c9da44ffd20af21224b1ee6ca3022f913 (patch)
tree38b37a3450172be67bd1ad11fbfb543229e9b2a7 /flake.nix
parentchore(flake.nxi): move inputs below outputs (diff)
downloadtsutsumi-94fb880c9da44ffd20af21224b1ee6ca3022f913.tar.xz
tsutsumi-94fb880c9da44ffd20af21224b1ee6ca3022f913.zip
chore(flake.nix): add binary cache nix configuration
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 05e901d..f9ea07b 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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,