-
Notifications
You must be signed in to change notification settings - Fork 137
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]: Missing aarch64-darwin attributes (support for MacOS M1) #388
Comments
I get similar behavior with an Intel Mac: error: flake 'path:XYZ' does not provide attribute 'apps.x86_64-darwin.default', 'defaultApp.x86_64-darwin', 'packages.x86_64-darwin.default' or 'defaultPackage.x86_64-darwin' |
Any workaround on this ? |
Looks like not even Lines 55 to 59 in 3ad2c95
It's a little bit strange that Getting Started contains instructions for installing Nix on macOS though. |
Enabling it for aarch64-darwin worked for me... I wonder if the TODO is outdated? diff --git c/flake.nix w/flake.nix
index 47948a0..9f20ca2 100644
--- c/flake.nix
+++ w/flake.nix
@@ -55,7 +55,7 @@
SYSTEMS = [
flake-utils.lib.system.x86_64-linux
# TODO - Fix linux first and then get macos working.
- # flake-utils.lib.system.x86_64-darwin
+ flake-utils.lib.system.aarch64-darwin
];
kernelLib = import ./lib/kernels.nix {inherit self lib;}; |
|
Any fix yet? |
Current Behavior
First of all, thank you for the package!
I'm still learning about it, but I use
nix-darwin
andhome-manager
in an M1 MackBook Pro.I followed the installation instructions and got this error:
Is it because aarch64-darwin is not supported? Will it ever be?
Expected Behavior
The notebook runs.
Steps To Reproduce
Follow the installation instructions.
OS
Version
Can't tell
Additional Context
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: