8 lines
109 B
Nix
8 lines
109 B
Nix
{ ... }:
|
|
{
|
|
nixpkgs.hostPlatform = "aarch64-darwin";
|
|
|
|
# System version
|
|
system.stateVersion = "25.11";
|
|
}
|