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