2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-18 16:06:30 +08:00

doc: duplicate nixConfig

This commit is contained in:
Sebastien Bourdeauducq 2023-01-04 15:13:55 +08:00
parent 1dd0d3432c
commit 81dbbd08b2

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