12 lines
202 B
Nix
12 lines
202 B
Nix
|
|
||
|
{
|
||
|
nix = {
|
||
|
binaryCaches = [
|
||
|
"https://nix-tools.cachix.org"
|
||
|
];
|
||
|
binaryCachePublicKeys = [
|
||
|
"nix-tools.cachix.org-1:ebBEBZLogLxcCvipq2MTvuHlP7ZRdkazFSQsbs0Px1A="
|
||
|
];
|
||
|
};
|
||
|
}
|
||
|
|