Skip to content

Instantly share code, notes, and snippets.

@nhooyr
Created November 24, 2016 06:25
Show Gist options
  • Select an option

  • Save nhooyr/d3e6f25f104b9ba102cf3d606b2b4686 to your computer and use it in GitHub Desktop.

Select an option

Save nhooyr/d3e6f25f104b9ba102cf3d606b2b4686 to your computer and use it in GitHub Desktop.
curlHTTP2 = lib.overrideDerivation (curl.override {
http2Support = true;
}) (attrs: rec {
name = "http2-" + curl.name;
meta.priority = -1;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment