From 72764178704119d451f3aee5f9d9b861d8e2ebb1 Mon Sep 17 00:00:00 2001 From: Tuomas Tynkkynen Date: Thu, 28 Apr 2016 20:46:34 +0300 Subject: [PATCH] kernel config: Enable BINFMT_MISC This is enabled in x86 builds but lacking on ARM. --- pkgs/os-specific/linux/kernel/common-config.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/os-specific/linux/kernel/common-config.nix b/pkgs/os-specific/linux/kernel/common-config.nix index 6ba1234673ba..485cdd76f6ac 100644 --- a/pkgs/os-specific/linux/kernel/common-config.nix +++ b/pkgs/os-specific/linux/kernel/common-config.nix @@ -496,6 +496,9 @@ with stdenv.lib; BINFMT_SCRIPT y ''} + # For systemd-binfmt + BINFMT_MISC? y + # Enable the 9P cache to speed up NixOS VM tests. 9P_FSCACHE? y 9P_FS_POSIX_ACL? y