9 lines
193 B
Nix
9 lines
193 B
Nix
|
{
|
||
|
nix = {
|
||
|
binaryCaches = [ "https://miso-haskell.cachix.org" ];
|
||
|
binaryCachePublicKeys = [
|
||
|
"miso-haskell.cachix.org-1:6N2DooyFlZOHUfJtAx1Q09H0P5XXYzoxxQYiwn6W1e8="
|
||
|
];
|
||
|
};
|
||
|
}
|