6 lines
173 B
Nix
6 lines
173 B
Nix
{
|
|
nix.settings = {
|
|
substituters = [ "https://ngi.cachix.org/" ];
|
|
trusted-public-keys = [ "ngi.cachix.org-1:n+CAL72ROC3qQuLxIHpV+Tw5t42WhXmMhprAGkRSrOw=" ];
|
|
};
|
|
}
|