2020-07-11 00:28:14 +00:00
|
|
|
{
|
2022-11-22 11:30:54 +00:00
|
|
|
nix.settings = {
|
|
|
|
substituters = [
|
2021-02-18 05:39:43 +00:00
|
|
|
"https://nrdxp.cachix.org"
|
2020-07-11 00:28:14 +00:00
|
|
|
];
|
2022-11-22 11:30:54 +00:00
|
|
|
trusted-public-keys = [
|
2021-02-18 05:39:43 +00:00
|
|
|
"nrdxp.cachix.org-1:Fc5PSqY2Jm1TrWfm88l6cvGWwz3s93c6IOifQWnhNW4="
|
2020-07-11 00:28:14 +00:00
|
|
|
];
|
|
|
|
};
|
|
|
|
}
|