nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at python-updates 6 lines 125 B view raw
1{ runCommand, rustc }: 2 3runCommand "rust-vendor-src" { } '' 4 tar --strip-components=1 -xzf ${rustc.src} 5 mv vendor $out 6''