Skip to content

Instantly share code, notes, and snippets.

@JBetz
Created September 22, 2018 20:35
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 JBetz/c0ad3a8fa54ee00ccf94218215feb657 to your computer and use it in GitHub Desktop.
Save JBetz/c0ad3a8fa54ee00ccf94218215feb657 to your computer and use it in GitHub Desktop.
{}:
(import ./.obelisk/impl {}).project ./. ({ pkgs, ... }:
{
packages = {
servant-reflex = pkgs.fetchFromGitHub {
owner = "imalsogreg";
repo = "servant-reflex";
rev = "ec8723351c8245f29a88cc5e6250533d2d6f4761";
sha256 = "1r8z95hpl6f5pql1f6a3plczahym09fdnxkcg3a6ildw6chmips0";
};
};
overrides = self: super: {
servant-reflex = pkgs.haskell.lib.doJailbreak super.servant-reflex;
};
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment