Hi, thanks for an amazing project!
Currently, the flake only exposes linux arch builds:
|
supportedSystems = [ "x86_64-linux" "aarch64-linux" ]; |
Is it possible to add aarch64-darwin to that list, along with the respective dependencies, so that neomacs becomes installable on nix-darwin managed systems?
Hi, thanks for an amazing project!
Currently, the flake only exposes linux arch builds:
neomacs/flake.nix
Line 31 in c569a74
Is it possible to add
aarch64-darwinto that list, along with the respective dependencies, so that neomacs becomes installable onnix-darwinmanaged systems?