-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
bug: home-manager can't install pkgs on Apple M1 chip #2266
Comments
Hi, I don't have an m1 machine to test this but AFAIK some of the packages you are trying to install simply cannot be built on m1, GHC being one of those. Can you try to get into a nix-shell with ghc and report if it works edit: You will need to look into cross compilation until GHC correctly supports aarch64. |
Running
From the link you shared, it seems ghc 8.10.5 is working with Apple Silicon but it hasn't made to Do I just need to wait at this point? |
Yes, at this point there's nothing we can do on the home manager side, so I think you will just have to wait until it's resolved in upstream nixpkgs. |
That sounds good. |
ghc-8.10.6 is now supported. I'm able to install it:
But the
Is there a way to have home-manager use the nixpkgs master? |
Is there an existing issue for this?
Issue description
I was able to install home-manager on my macbook pro (2021 M1 chip) but I can't use it to install any packages.
home-manager switch
fails right away with this error:Can you help? Thanks!
Maintainer CC
No response
System information
The text was updated successfully, but these errors were encountered: