Skip to content

Instantly share code, notes, and snippets.

@danielfullmer
Created April 18, 2021 19:33
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 danielfullmer/531e2026352ee2498a3c69e8a33768a4 to your computer and use it in GitHub Desktop.
Save danielfullmer/531e2026352ee2498a3c69e8a33768a4 to your computer and use it in GitHub Desktop.
{
source.dirs."prebuilts/clang/host/linux-x86".postPatch = let
proton-clang = pkgs.fetchFromGitHub {
<complete this>
};
in ''
cp -r ${proton-clang} proton-clang
'';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment