boxen/cachix/nrdxp.nix

13 lines
202 B
Nix
Raw Normal View History

2021-05-24 10:42:32 +00:00
{
nix.settings = {
substituters = [
2021-05-24 10:42:32 +00:00
"https://nrdxp.cachix.org"
];
trusted-public-keys = [
2021-05-24 10:42:32 +00:00
"nrdxp.cachix.org-1:Fc5PSqY2Jm1TrWfm88l6cvGWwz3s93c6IOifQWnhNW4="
];
};
}