Skip to content

Instantly share code, notes, and snippets.

@carlosdagos
Created August 3, 2018 08:03
Show Gist options
  • Save carlosdagos/59a4782f4a05b7415ca57c1de35e2437 to your computer and use it in GitHub Desktop.
Save carlosdagos/59a4782f4a05b7415ca57c1de35e2437 to your computer and use it in GitHub Desktop.
{ pkgs }:
{
haskellPackageOverrides = with pkgs.haskell.lib; self: super: {
zeromq4-haskell = dontCheck super.zeromq4-haskell;
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment