Created
May 24, 2020 18:42
-
-
Save lovesegfault/956125de17ef0b7764fc5271e7c3aca1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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