This repository has been archived on 2024-08-18. You can view files and clone it, but cannot push or open issues or pull requests.
linux-hardened/riscv/qemu-virtio.nix
2024-08-03 01:06:30 +02:00

6 lines
94 B
Nix

{ lib, ... }@args: with lib.kernel;
import ../qemu-virtio.nix args // {
ARCH_VIRT = yes;
}