1
0
Fork 0

add nix substituters for binary cache usage

This commit is contained in:
Florian Agbuya 2024-02-16 17:38:59 +08:00
parent a86db3cd33
commit 0df78578bd
1 changed files with 2 additions and 0 deletions

View File

@ -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";
};
}