DavHau / nix-portable

Nix - Static, Permissionless, Installation-free, Pre-configured
MIT License
870 stars 31 forks source link

Bundler does not work in aarch64_linux #115

Open Rucadi opened 4 months ago

Rucadi commented 4 months ago

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