Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save lovesegfault/956125de17ef0b7764fc5271e7c3aca1 to your computer and use it in GitHub Desktop.
Save lovesegfault/956125de17ef0b7764fc5271e7c3aca1 to your computer and use it in GitHub Desktop.
self: super: {
haskellPackages = (super.haskellPackages or {}) // {
x509 = super.haskellPackages.x509.overrideAttrs (oldAttrs: { doCheck = false; });
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment