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