forgejo-ci-runners/cachix/numtide.nix
2024-05-23 12:22:57 -05:00

13 lines
228 B
Nix

{
nix = {
settings = {
substituters = [
"https://numtide.cachix.org"
];
trusted-public-keys = [
"numtide.cachix.org-1:2ps1kLBUWjxIneOy1Ik6cQjb41X0iXVXeHigGmycPPE="
];
};
};
}