feat: remove emulatedSystem from kana & ruby

This commit is contained in:
Ryan Yin
2024-02-18 13:41:39 +08:00
parent 996b1dd077
commit 1a3b02a062
2 changed files with 0 additions and 4 deletions

View File

@@ -14,8 +14,6 @@ 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"

View File

@@ -14,8 +14,6 @@ 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"