Mic92 / nixpkgs-review

Review pull-requests on https://github.com/NixOS/nixpkgs
MIT License
356 stars 59 forks source link

make --system work better with the shell #286

Closed figsoda closed 1 year ago

figsoda commented 1 year ago

without this pr (on nixos):

$ nixpkgs-review rev HEAD --system aarch64-darwin
[...]

$ ls
bash: /nix/store/npcq66nqv2wpzp3ma5s63vafnnivphxb-coreutils-9.1/bin/ls: cannot execute binary file: Exec format error

this pr changes so the shell is built with the local system, and the snippet works