1
0
Fork 0
nixos-config/cachix/srid.nix

11 lines
187 B
Nix
Raw Normal View History

2022-04-05 22:12:49 +00:00
{
nix = {
binaryCaches = [
"https://srid.cachix.org"
];
binaryCachePublicKeys = [
"srid.cachix.org-1:MTQ6ksbfz3LBMmjyPh0PLmos+1x+CdtJxA/J2W+PQxI="
];
};
}