Experimental native Ubuntu ARM64 support progress (without forced Nix path) #3367
frosthecker
started this conversation in
Extra Distros
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I’ve been experimenting with getting illogical-impulse / dots-hyprland working natively on Ubuntu 26.04 ARM64 (Raspberry Pi 4), without relying on the forced
--via-nixpath.At the moment, I already have:
The setup is currently running on:
Main discovery
I noticed that Debian-like distros are always forced into:
inside:
Specifically:
Because of this, native installers placed inside:
are ignored even if they exist.
What I’m trying
I created:
to experiment with a native apt-based dependency installation flow.
I also tested many required Qt6/QML/Kirigami dependencies manually and managed to get Quickshell working outside the Nix wrapper path.
Current status
Working:
Still incomplete:
Proposed direction
I think Debian/Ubuntu support could potentially move from:
print_os_group_id{,_unsupported}to something closer to:
print_os_group_id{,_unofficial}once native dependency installation becomes usable. As the new ubuntu 26.04 features packages that seem more like bleeding-edge
Goal
I’d like to help experiment with:
If anyone is interested in testing or contributing, feedback would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions