Created
July 4, 2017 15:56
-
-
Save pbogdan/17b49d85904e81aef10684cd4935b916 to your computer and use it in GitHub Desktop.
This file contains 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
nixpkgs.config.packageOverrides = pkgs: | |
{ | |
haskellPackages = pkgs.haskellPackages.override { | |
overrides = self: super: | |
{ | |
apply-refact = pkgs.haskell.lib.overrideCabal super.apply-refact (drv: {version = ".."; sha256 = ".."; }); | |
}; | |
}; | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment