Skip to content

Instantly share code, notes, and snippets.

@nhooyr
Created November 24, 2016 07:01
Show Gist options
  • Save nhooyr/bc3866185869ba4b1e59fa9498cae619 to your computer and use it in GitHub Desktop.
Save nhooyr/bc3866185869ba4b1e59fa9498cae619 to your computer and use it in GitHub Desktop.
curlHTTP2 = lib.addMetaAttrs { priority = -1; } (lib.overrideDerivation (curl.override {
http2Support = true;
}) (attrs: rec {
name = "http2-" + curl.name;
}));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment