nixfiles/hardware/aarch64-darwin.nix

3 lines
73 B
Nix

{ config, lib, ... }: with lib; {
nixpkgs.system = "aarch64-darwin";
}