diff --git a/devices/qemu-aarch64/default.nix b/devices/qemu-aarch64/default.nix index cd246b9..2c4a22d 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 6e60849..ff9c0a2 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 87d7b47..a53f25d 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 {