settei/hosts/hijiri/default.nix

5 lines
89 B
Nix

{
configurations.darwin.hijiri = {
nixpkgs.hostPlatform = "aarch64-darwin";
};
}