nixfleet/profiles/cachix/aciceri-fleet.nix
2021-09-29 21:37:59 +02:00

10 lines
205 B
Nix

{
nix = {
binaryCaches = [
"https://aciceri-fleet.cachix.org"
];
binaryCachePublicKeys = [
"aciceri-fleet.cachix.org-1:WiHJIK4UFTdfvWx0lG3mCR4EddyYsRhIuMGSje3/YGI="
];
};
}