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