10 lines
205 B
Nix
10 lines
205 B
Nix
{
|
|
nix = {
|
|
binaryCaches = [
|
|
"https://aciceri-fleet.cachix.org"
|
|
];
|
|
binaryCachePublicKeys = [
|
|
"aciceri-fleet.cachix.org-1:WiHJIK4UFTdfvWx0lG3mCR4EddyYsRhIuMGSje3/YGI="
|
|
];
|
|
};
|
|
}
|