flake: extra-sandbox-paths too

pull/1860/head
mwojcik 2022-02-23 15:30:16 +08:00 committed by Sébastien Bourdeauducq
parent 35f91aef68
commit c000af9985
1 changed files with 1 additions and 1 deletions

View File

@ -506,6 +506,6 @@
nixConfig = {
extra-trusted-public-keys = "nixbld.m-labs.hk-1:5aSRVA5b320xbNvu30tqxVPXpld73bhtOeH6uAjRyHc=";
extra-substituters = "https://nixbld.m-labs.hk";
sandboxPaths = ["/opt"];
extra-sandbox-paths = "/opt";
};
}