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

13 lines
226 B
Nix

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