I’m trying to publish my first package and running into a problem. The publish succeeded and I can see my package on the hub and with flox search but I’m getting an error when installing. I’m attempting to install it on an aarch64-linux system (a Fedora VM running on macOS on an M2 macbook) but this is the error I get:
[lima@lima-flox-fresh newenv]$ flox install willgorman/fio@0.0.1
❌ ERROR: resolution failed: multiple resolution failures:
- package 'willgorman/fio' not available for
- aarch64-darwin
- x86_64-darwin
- x86_64-linux
but it is available for
- aarch64-linux
For more on managing system-specific packages, visit the documentation:
https://flox.dev/docs/tutorials/multi-arch-environments/#handling-unsupported-packages
- While attempting to install for available systems, the following error occurred:
Failed to build environment:
couldn't download package:
don't know how to build these paths:
/nix/store/dkbk2s6kl8g556d0njcik419nf16pls7-fio-0.0.1
error: path '/nix/store/dkbk2s6kl8g556d0njcik419nf16pls7-fio-0.0.1' is required, but there is no substituter that can build it