5 lines
74 B
Nix
5 lines
74 B
Nix
{ lib, ... }:
|
|
{
|
|
nixpkgs.hostPlatform = lib.mkDefault "aarch64-linux";
|
|
}
|