Created
November 29, 2020 19:07
-
-
Save srhb/e184debdec005f76837b2b077a07b087 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 = with self.haskell.lib; super.haskellPackages.override (old: { | |
overrides = self.lib.composeExtensions (old.overrides or (_: _: {})) (hself: hsuper: { | |
iqubic = hself.callHackageDirect { | |
pkg = "iqubic" ; | |
ver = "0.1.0.0"; | |
sha256 = "0000000000000000000000000000000000000000000000000000"; | |
} {}; | |
}); | |
}); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment