Skip to content

Instantly share code, notes, and snippets.

@infinisil
Created September 10, 2019 13:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save infinisil/105c8d1eaca984ff5c69f9bf87d0eb8c to your computer and use it in GitHub Desktop.
Save infinisil/105c8d1eaca984ff5c69f9bf87d0eb8c to your computer and use it in GitHub Desktop.
self: super: {
haskell = super.haskell // {
packageOverrides = super.lib.composeExtensions super.haskell.packageOverrides
(hself: hsuper: {
mkDerivation = args: hsuper.mkDerivation (args // {
doCheck = false;
});
});
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment