mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-16 18:29:22 +08:00
9 lines
159 B
Nix
9 lines
159 B
Nix
inputs:
|
|
{
|
|
config =
|
|
{
|
|
programs.java = { enable = true; binfmt = true; };
|
|
boot.binfmt.emulatedSystems = [ "aarch64-linux" "x86_64-windows" ];
|
|
};
|
|
}
|