Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at haskell-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''