From 0df78578bd85e2bba46715624e94336ec3a6a6a2 Mon Sep 17 00:00:00 2001 From: Florian Agbuya Date: Fri, 16 Feb 2024 17:38:59 +0800 Subject: [PATCH] add nix substituters for binary cache usage --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index e3314b8..504e7e0 100644 --- a/flake.nix +++ b/flake.nix @@ -358,5 +358,7 @@ nixConfig = { allow-import-from-derivation = true; + extra-trusted-public-keys = "nixbld.m-labs.hk-1:5aSRVA5b320xbNvu30tqxVPXpld73bhtOeH6uAjRyHc="; + extra-substituters = "https://nixbld.m-labs.hk"; }; }