forgejo-ci-runners/cachix/hsndev.nix

14 lines
226 B
Nix
Raw Normal View History

2024-05-23 12:22:57 -05:00
{
nix = {
settings = {
substituters = [
"https://hsndev.cachix.org"
];
trusted-public-keys = [
"hsndev.cachix.org-1:vN1/XGBZtMLnTFYDmTLDrullgZHSUYY3Kqt+Yg/C+tE="
];
};
};
}