doc: duplicate nixConfig

pull/2127/head
Sebastien Bourdeauducq 2023-01-04 15:13:55 +08:00
parent 1dd0d3432c
commit 81dbbd08b2
1 changed files with 4 additions and 0 deletions

View File

@ -79,6 +79,10 @@ Installing multiple packages and making them visible to the ARTIQ commands requi
];
};
};
nixConfig = { # work around https://github.com/NixOS/nix/issues/6771
extra-trusted-public-keys = "nixbld.m-labs.hk-1:5aSRVA5b320xbNvu30tqxVPXpld73bhtOeH6uAjRyHc=";
extra-substituters = "https://nixbld.m-labs.hk";
};
}