From c563a6451f8d0650aac8daa1a1314e52adc478da Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Sat, 18 Nov 2023 11:53:08 +0000 Subject: [PATCH] add missing param --- devices/qemu-aarch64/default.nix | 2 +- devices/qemu-armv7l/default.nix | 2 +- devices/qemu/default.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/devices/qemu-aarch64/default.nix b/devices/qemu-aarch64/default.nix index cd246b95..2c4a22d8 100644 --- a/devices/qemu-aarch64/default.nix +++ b/devices/qemu-aarch64/default.nix @@ -26,7 +26,7 @@ # this device is described by the "qemu" device installer = "vmroot"; - module = {pkgs, config, ... }: { + module = {pkgs, config, lim, ... }: { imports = [ ../../modules/arch/aarch64.nix ]; kernel = { src = pkgs.pkgsBuildBuild.fetchurl { diff --git a/devices/qemu-armv7l/default.nix b/devices/qemu-armv7l/default.nix index 6e608494..ff9c0a27 100644 --- a/devices/qemu-armv7l/default.nix +++ b/devices/qemu-armv7l/default.nix @@ -24,7 +24,7 @@ ''; installer = "vmroot"; - module = {pkgs, config, ... }: { + module = {pkgs, config, lim, ... }: { imports = [ ../../modules/arch/arm.nix ]; kernel = { src = pkgs.pkgsBuildBuild.fetchurl { diff --git a/devices/qemu/default.nix b/devices/qemu/default.nix index 87d7b47f..a53f25d0 100644 --- a/devices/qemu/default.nix +++ b/devices/qemu/default.nix @@ -36,7 +36,7 @@ in the Development manual. ''; - module = {pkgs, config, ... }: { + module = {pkgs, config, lim, ... }: { imports = [ ../../modules/arch/mipseb.nix ]; kernel = { src = pkgs.pkgsBuildBuild.fetchurl {