mirror of
https://github.com/gburd/nix-config.git
synced 2024-11-15 08:46:25 +00:00
7 lines
181 B
Nix
7 lines
181 B
Nix
|
_: {
|
||
|
nix.settings = {
|
||
|
trusted-substituters = [ "https://ai.cachix.org" ];
|
||
|
trusted-public-keys = [ "ai.cachix.org-1:N9dzRK+alWwoKXQlnn0H6aUx0lU/mspIoz8hMvGvbbc=" ];
|
||
|
};
|
||
|
}
|