Skip to content

Commit b8d9e2a

Browse files
committed
feat: configure numtide binary cache
Signed-off-by: Brian McGee <[email protected]>
1 parent c815a21 commit b8d9e2a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

flake.nix

+9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
{
22
description = "Treefmt: once CLI to format your repo";
33

4+
nixConfig = {
5+
extra-substituters = [
6+
"https://numtide.cachix.org"
7+
];
8+
extra-trusted-public-keys = [
9+
"numtide.cachix.org-1:2ps1kLBUWjxIneOy1Ik6cQjb41X0iXVXeHigGmycPPE="
10+
];
11+
};
12+
413
inputs = {
514
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
615
flake-parts = {

0 commit comments

Comments
 (0)