1{ runCommand, rustc }: 2 3runCommand "rust-vendor-src" { } '' 4 tar --strip-components=1 -xzf ${rustc.src} 5 mv vendor $out 6''