Compare commits

...

1 Commits

Author SHA1 Message Date
Florian Agbuya 0df78578bd add nix substituters for binary cache usage 2024-02-16 17:38:59 +08:00
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";
};
}