5 lines
56 B
Nix
5 lines
56 B
Nix
{ ... }:
|
|
{
|
|
nixpkgs.hostPlatform = "aarch64-darwin";
|
|
}
|
{ ... }:
|
|
{
|
|
nixpkgs.hostPlatform = "aarch64-darwin";
|
|
}
|