nix bundle --bundler github:DavHau/nix-portable -o bundle nixpkgs#hello
Fails with error:
error: a 'x86_64-linux' with features {} is required to build '/nix/store/x5j43xja9lc1maixpzpisgg7aa5p5kzi-closure-info.drv', but I am a 'aarch64-linux' with features {benchmark, big-parallel, nixos-test, uid-range}
The command:
nix bundle --bundler github:DavHau/nix-portable -o bundle nixpkgs#hello Fails with error:
error: a 'x86_64-linux' with features {} is required to build '/nix/store/x5j43xja9lc1maixpzpisgg7aa5p5kzi-closure-info.drv', but I am a 'aarch64-linux' with features {benchmark, big-parallel, nixos-test, uid-range}
Tested on Mac m1 using ubuntu:latest docker