8 lines
182 B
Nix
8 lines
182 B
Nix
{
|
|
nix = {
|
|
binaryCaches = [ "https://all-hies.cachix.org" ];
|
|
binaryCachePublicKeys =
|
|
[ "all-hies.cachix.org-1:JjrzAOEUsD9ZMt8fdFbzo3jNAyEWlPAwdVuHw4RD43k=" ];
|
|
|
|
};
|
|
}
|