about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/compilers/rust/rust-lib-src.nix
blob: aa914338639d7352e7faa08c5460b6db09cdf042 (plain) (blame)
1
2
3
4
5
6
{ runCommand, rustc }:

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