dotfiles.nix/cachix/ghcide-nix.nix

9 lines
189 B
Nix
Raw Normal View History

2020-03-14 08:49:32 +00:00
{
nix = {
2020-05-28 17:29:19 +00:00
binaryCaches = [ "https://ghcide-nix.cachix.org" ];
2020-03-14 08:49:32 +00:00
binaryCachePublicKeys = [
"ghcide-nix.cachix.org-1:ibAY5FD+XWLzbLr8fxK6n8fL9zZe7jS+gYeyxyWYK5c="
];
};
}