summaryrefslogtreecommitdiffstats
path: root/pkgs/development/compilers/rust/rust-vendor-src.nix
blob: 18d9922e1c6cd13836febefeed5c6ef7e20c32bf (plain)
1
2
3
4
5
6
{ runCommand, rustc }:

runCommand "rust-vendor-src" { } ''
  tar --strip-components=1 -xzf ${rustc.src}
  mv vendor $out
''