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 {