Skip to content

Nix Systems

supportedSystems = [
  "x86_64-linux" # 64-bit Intel/AMD Linux
  "aarch64-linux" # 64-bit ARM Linux
  "aarch64-darwin" # 64-bit ARM macOS
];

You can just put this into your flake, or use https://github.com/nix-systems/nix-systems.

PS: The x86_64-darwin (for 64-bit Intel macOS) is no longer suppported by nixpkgs; see also this issue.