feat: Add nix binary cache

This commit is contained in:
emily 2024-08-24 18:46:19 +02:00
parent c95296b82c
commit a88af8cb18
No known key found for this signature in database
GPG key ID: F6F4C66207FCF995

View file

@ -7,6 +7,15 @@
flake-utils.url = "github:numtide/flake-utils"; 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, ... }: { outputs = { self, nixpkgs, flake-utils, ... }: {
hydraJobs = { hydraJobs = {
inherit (self) packages; inherit (self) packages;