os/profiles/cachix/pub-solar.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
204 B
Nix
Raw Normal View History

2023-07-17 20:40:52 +00:00
{
nix.settings = {
substituters = [
"https://pub-solar.cachix.org"
];
trusted-public-keys = [
"pub-solar.cachix.org-1:ZicXIxKgdxMtgSJECWR8iihZxHRvu8ObL4n2cuBmtos="
];
};
}