1
0
Fork 0
nixos-config/cachix/srid.nix
2022-04-06 00:12:49 +02:00

11 lines
187 B
Nix

{
nix = {
binaryCaches = [
"https://srid.cachix.org"
];
binaryCachePublicKeys = [
"srid.cachix.org-1:MTQ6ksbfz3LBMmjyPh0PLmos+1x+CdtJxA/J2W+PQxI="
];
};
}