7 lines
116 B
Nix
7 lines
116 B
Nix
|
{ config, lib, ... }:
|
||
|
|
||
|
{
|
||
|
system.stateVersion = "23.05";
|
||
|
nixpkgs.hostPlatform = lib.mkDefault "aarch64-linux";
|
||
|
}
|