forgejo-ci-runners/cachix/nix-community.nix

14 lines
240 B
Nix
Raw Normal View History

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