Add a nix substituter for binary cache usage #32

Closed
fsagbuya wants to merge 1 commits from fsagbuya/nix-servo:substituters into master
1 changed files with 2 additions and 0 deletions

View File

@ -358,5 +358,7 @@
nixConfig = { nixConfig = {
allow-import-from-derivation = true; allow-import-from-derivation = true;
extra-trusted-public-keys = "nixbld.m-labs.hk-1:5aSRVA5b320xbNvu30tqxVPXpld73bhtOeH6uAjRyHc=";
extra-substituters = "https://nixbld.m-labs.hk";
}; };
} }