Closed
Description
Your issue may already be reported!
Please search on the issue tracker before creating one.
Describe the solution you'd like
Define aarch64-darwin
system doesn't work for now, I get
A definition for option `nixos.hosts.mbp-m1.system' is not of type `system defined in `supportedSystems`'.
But I cannot find supportedSystems defined any where in digga
or devos
, maybe it's from nixpkgs?
hosts = {
"mbp-m1" = {
system = "aarch64-darwin";
};
};
Describe alternatives you've considered
For now, only have to manually import pkgsM1 to use any native packages.
pkgsM1 = import <nixpkgs> { localSystem = "aarch64-darwin"; };