13 lines
219 B
Nix
13 lines
219 B
Nix
|
{
|
||
|
nix = {
|
||
|
settings = {
|
||
|
substituters = [
|
||
|
"https://cache.garnix.io"
|
||
|
];
|
||
|
trusted-public-keys = [
|
||
|
"cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g="
|
||
|
];
|
||
|
};
|
||
|
};
|
||
|
}
|