Skip to content

Instantly share code, notes, and snippets.

@Wizek
Created February 9, 2018 04:21
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 Wizek/065e6c2395c6185a90fd93462e6559c5 to your computer and use it in GitHub Desktop.
Save Wizek/065e6c2395c6185a90fd93462e6559c5 to your computer and use it in GitHub Desktop.
jsaddle-warp = self.callCabal2nix "jsaddle-warp" (pkgs.fetchFromGitHub {
owner = "ghcjs";
repo = "jsaddle";
rev = "fb9ba5a036efc8ebe9b528391c21c6880ce2e4c6";
sha256 = "0bwm1l9hjq6crgxl24i8i8my1y593g2yhbd6qa4hb5nddmh5wg47";
}) {
postUnpack = "sourceRoot+=/jsaddle-warp; echo source root reset to $sourceRoot";
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment