8 lines
133 B
Nix
8 lines
133 B
Nix
{
|
|
# Basic system configuration
|
|
system.stateVersion = 5;
|
|
|
|
# Set the nixpkgs system
|
|
nixpkgs.hostPlatform = "aarch64-darwin";
|
|
}
|