Skip to content

Instantly share code, notes, and snippets.

@flazz
Created October 28, 2014 16:46
Show Gist options
  • Save flazz/4fc595d41fdca0bfc0c3 to your computer and use it in GitHub Desktop.
Save flazz/4fc595d41fdca0bfc0c3 to your computer and use it in GitHub Desktop.
{
packageOverrides = pkgs: rec {
mercurial = mercurial.override {
stdenv = pkgs.clangStdenv;
};
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment