• Joined on 2025年06月10日
mynery commented on pull request raboof/volare#85 2025年06月11日 13:15:44 +02:00
Multi-system: also support aarch64-linux

I can confirm this builds as is. That will allow me to remove the local clone of the repo from my config, thanks.

mynery commented on pull request raboof/volare#85 2025年06月10日 18:39:32 +02:00
Multi-system: also support aarch64-linux

I finally came around testing this and it obviously doesn't work as is, because it still expects x86_64

 perSystem = {
 packages.default = let pkgs = nixpkgs.legacyPackages.x86_6...