Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
{ runCommand, rustc }:
runCommand "rust-lib-src" { } ''
tar --strip-components=1 -xzf ${rustc.src}
mv library $out
''