From a88af8cb181db147d4012d0bbed188d8ec72eaad Mon Sep 17 00:00:00 2001 From: emily Date: Sat, 24 Aug 2024 18:46:19 +0200 Subject: [PATCH] feat: Add nix binary cache --- flake.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/flake.nix b/flake.nix index 1a347cce..68fffe1d 100644 --- a/flake.nix +++ b/flake.nix @@ -7,6 +7,15 @@ flake-utils.url = "github:numtide/flake-utils"; }; + nixConfig = { + extra-substituters = [ + "https://cache.kyouma.net" + ]; + extra-trusted-public-keys = [ + "cache.kyouma.net:Frjwu4q1rnwE/MnSTmX9yx86GNA/z3p/oElGvucLiZg=" + ]; + }; + outputs = { self, nixpkgs, flake-utils, ... }: { hydraJobs = { inherit (self) packages;