Is there nix support beyond just apple devices? #675
-
|
I see that the nix package currently supports x86_64-darwin and aarch64-darwin systems. Does this mean that the hm module will not work on x86_64-linux systems? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Yes for now it's intentional. Please check out #559 as well. TLDR linux is buildable from source, but it does nothing because all of the code are just unsupported stubs. So there's no point to add it into home module or release pipeline until it's ready. |
Beta Was this translation helpful? Give feedback.
-
|
@kalyanoliveira We have just launched partial linux support, there's no release, but nix flake is enabled for linux to test it out. Follow the detail here #559 (comment). If you're on wayland, you're in luck, as that's where i tested the implementation, and it should work fine. |
Beta Was this translation helpful? Give feedback.
Yes for now it's intentional. Please check out #559 as well. TLDR linux is buildable from source, but it does nothing because all of the code are just unsupported stubs. So there's no point to add it into home module or release pipeline until it's ready.