-
-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Repository issues when installed on raspbian/rpi #149
Comments
Regarding exporting of binaries, follow the steps here https://github.com/Vanilla-OS/apx#instructions-for-using-apx-in-other-distributions |
The nix binary is located at |
From their, fetch I can confirm that they are indeed using Bash. Can you share the steps to manually add it? |
Put |
Doing an export of $HOME/.nix-profile/bin does seem to be root cause of why nix didn't work
responds succesfully
After installing neovim from zypper
But I also tried
to solve exporting binaries but it didn't resolve the issue Update:
Installing neovin eventually came up with an error, but it did try building so maybe this is a nix specific issue
|
@kbdharun Does apx consider the CPU architecture when initializing the container? |
I am not sure about it, but it could be possible. We haven't tested apx in arm before. |
I see in core/container.go: |
I was informed recently that apx isn't compiled for arm. Currently, apx is available for x86_64 only. There might be arm builds in the distant future. |
What i'm using:
What i did:
sudo apt install docker
distroboxpath: /home/$USER/.local/bin/distrobox
in/etc/apx/config.json
What happened:
Generate containers. Apps can be installed (almost) flawlessly
Both dont generate containers and give these errors:
xbps gives and exec error
And nix complains about not finding nix in PATH
Other than that, if installation succeeds, there still seem to be an issue when letting apx export binaries.
The file
/etc/default/locale
does seem to exist on my host, yet pam seems to be unable to find it.I tried running
sudo update-locale
a few times to no avail.Would be great if something could be done about:
The text was updated successfully, but these errors were encountered: