feat: ruby - add emulated system

This commit is contained in:
Ryan Yin
2024-03-13 17:33:22 +08:00
parent 41a9fe1e4b
commit a8678cc217

View File

@@ -14,6 +14,8 @@ let
in {
imports = mylib.scanPaths ./.;
# Enable binfmt emulation of aarch64-linux, this is required for cross compilation.
boot.binfmt.emulatedSystems = ["aarch64-linux" "riscv64-linux"];
# supported file systems, so we can mount any removable disks with these filesystems
boot.supportedFilesystems = [
"ext4"