Skip to content

Support aarch64-darwin  #335

Closed
Closed
@liaowang11

Description

@liaowang11

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"; };

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions