From b7a36e22125559f4ed0050a0c5f5793f18597f1c Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Tue, 28 May 2019 17:05:23 +0200 Subject: [PATCH] qemu-user: new config option --- qemu-user.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qemu-user.nix b/qemu-user.nix index 9fe6be6..f00e52b 100644 --- a/qemu-user.nix +++ b/qemu-user.nix @@ -17,7 +17,7 @@ let mask = ''\xff\xff\xff\xff\xff\xff\xff\x00\xff\xff\xff\xff\xff\xff\x00\xff\xfe\xff\xff\xff''; }; in { - boot.binfmtMiscRegistrations = { + boot.binfmt.registrations = { inherit arm; inherit aarch64; inherit riscv64;