mirror of
https://github.com/versia-pub/activitypub.git
synced 2025-12-06 06:38:20 +01:00
feat: Add nix binary cache
This commit is contained in:
parent
4e277ecbb3
commit
8015abaeb2
|
|
@ -13,6 +13,15 @@
|
|||
treefmt-nix.inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
nixConfig = {
|
||||
extra-substituters = [
|
||||
"https://cache.kyouma.net"
|
||||
];
|
||||
extra-trusted-public-keys = [
|
||||
"cache.kyouma.net:Frjwu4q1rnwE/MnSTmX9yx86GNA/z3p/oElGvucLiZg="
|
||||
];
|
||||
};
|
||||
|
||||
outputs = inputs@{ flake-parts, self, ... }:
|
||||
inputs.flake-parts.lib.mkFlake { inherit inputs self; } {
|
||||
systems = import inputs.systems;
|
||||
|
|
|
|||
Loading…
Reference in a new issue