forked from colonelpanic/dotfiles
10 lines
117 B
Nix
10 lines
117 B
Nix
|
{
|
||
|
nix = {
|
||
|
binaryCaches = [
|
||
|
"https://cache.nixos.org/"
|
||
|
];
|
||
|
binaryCachePublicKeys = [
|
||
|
];
|
||
|
};
|
||
|
}
|