Skip to content

Conversation

seanybaggins
Copy link

@seanybaggins seanybaggins commented Jun 2, 2025

Steps to test

nix bundle \
  --bundler 'github:seanybaggins/nix-bundle?ref=add-cross-bundle-support#toArxArm64Cross' \
  nixpkgs#pkgs.pkgsCross.aarch64-multiplatform.hello

Copy bin to device with aarch64 architecture. Then...

./hello-arx
Cannot stat /root: No such file or directory
Hello, world!

Local bundling

nix bundle \
  --bundler 'github:seanybaggins/nix-bundle?ref=add-cross-bundle-support' \
  nixpkgs#hello
 ./hello-arx
Hello, world!

@seanybaggins seanybaggins mentioned this pull request Jun 9, 2025
4 tasks
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant