7 lines
183 B
Nix
7 lines
183 B
Nix
{
|
|
nix.settings = {
|
|
substituters = [ "https://all-hies.cachix.org" ];
|
|
trusted-public-keys = [ "all-hies.cachix.org-1:JjrzAOEUsD9ZMt8fdFbzo3jNAyEWlPAwdVuHw4RD43k=" ];
|
|
|
|
};
|
|
}
|