13 lines
203 B
Nix
13 lines
203 B
Nix
|
|
{ ... }:
|
||
|
|
|
||
|
|
{
|
||
|
|
nix = {
|
||
|
|
binaryCaches = [
|
||
|
|
"https://t2linux.cachix.org"
|
||
|
|
];
|
||
|
|
binaryCachePublicKeys = [
|
||
|
|
"t2linux.cachix.org-1:P733c5Gt1qTcxsm+Bae0renWnT8OLs0u9+yfaK2Bejw="
|
||
|
|
];
|
||
|
|
};
|
||
|
|
}
|