Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@Kiwi
Created November 22, 2020 21:17
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 Kiwi/fb50ad57fa3f7f072ed5d76c54a4b4a6 to your computer and use it in GitHub Desktop.
Save Kiwi/fb50ad57fa3f7f072ed5d76c54a4b4a6 to your computer and use it in GitHub Desktop.
how can write this point free?
{}: {
hakyll = let
j = doJailbreak (overrideSrc super.hakyll {
src = (pkgs.fetchFromGitHub {
owner = "jaspervdj";
repo = "hakyll";
rev = "205f394f51c4b7b424eba9c19fc1d35ad1e438e3";
sha256 = "1d30nxxpq78zgk5dm18kbgaly8cckhmz21npwp8q8ywx7cw6qzyl";
});
});
in if j.stdenv.isDarwin then
dontCheck (overrideCabal j (drv: { testToolDepends = [ ]; }))
else
j;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment