feat: configure numtide binary cache

Signed-off-by: Brian McGee <brian@bmcgee.ie>
This commit is contained in:
Brian McGee 2024-05-13 10:24:26 +01:00
parent c815a21f8d
commit b8d9e2ac9b
No known key found for this signature in database
GPG Key ID: D49016E76AD1E8C0

View File

@ -1,6 +1,15 @@
{
description = "Treefmt: once CLI to format your repo";
nixConfig = {
extra-substituters = [
"https://numtide.cachix.org"
];
extra-trusted-public-keys = [
"numtide.cachix.org-1:2ps1kLBUWjxIneOy1Ik6cQjb41X0iXVXeHigGmycPPE="
];
};
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
flake-parts = {