mirror of https://github.com/m-labs/artiq.git
doc: duplicate nixConfig
This commit is contained in:
parent
1dd0d3432c
commit
81dbbd08b2
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue