forgejo-ci-runners/cachix/numtide.nix

14 lines
228 B
Nix
Raw Normal View History

2024-05-23 12:22:57 -05:00
{
nix = {
settings = {
substituters = [
"https://numtide.cachix.org"
];
trusted-public-keys = [
"numtide.cachix.org-1:2ps1kLBUWjxIneOy1Ik6cQjb41X0iXVXeHigGmycPPE="
];
};
};
}