doc: duplicate nixConfig

pull/1976/merge
Sebastien Bourdeauducq 2023-01-04 15:13:55 +08:00
parent 1bf7188dec
commit 1be7e2a2e1
1 changed files with 4 additions and 0 deletions

View File

@ -73,6 +73,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";
};
}