Skip to content

Instantly share code, notes, and snippets.

@objectx
Created March 17, 2021 18:11
Show Gist options
  • Save objectx/10074da247b6cc02d65eb5a6087bb20e to your computer and use it in GitHub Desktop.
Save objectx/10074da247b6cc02d65eb5a6087bb20e to your computer and use it in GitHub Desktop.
Minimal clang-11 environment w/ Nixpkgs
nix-shell -p \
llvmPackages_11.libcxxStdenv \
llvmPackages_11.libcxx \
llvmPackages_11.libcxxabi \
llvmPackages_11.lld \
llvmPackages_11.lldClang
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment