dotfiles.nix/cachix/miso-haskell.nix

9 lines
193 B
Nix
Raw Normal View History

2020-05-28 17:29:19 +00:00
{
nix = {
binaryCaches = [ "https://miso-haskell.cachix.org" ];
binaryCachePublicKeys = [
"miso-haskell.cachix.org-1:6N2DooyFlZOHUfJtAx1Q09H0P5XXYzoxxQYiwn6W1e8="
];
};
}