Skip to content

Commit 3a40726

Browse files
committed
chore: add extra substituer
1 parent 6210e39 commit 3a40726

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

flake.nix

+7
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,11 @@
104104

105105
devShells.ci = craneLib.devShell { packages = ci_packages; };
106106
});
107+
108+
nixConfig = {
109+
extra-substituters = [ "https://syndicationd.cachix.org" ];
110+
extra-trusted-public-keys = [
111+
"syndicationd.cachix.org-1:qeH9C3xDqR831xEuDcfhGEUslMMjGroPPMOwiZfyiJQ="
112+
];
113+
};
107114
}

0 commit comments

Comments
 (0)