You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: