add missing param

pull/2/head
Daniel Barlow 2023-11-18 11:53:08 +00:00
parent f45326b9d3
commit c563a6451f
3 changed files with 3 additions and 3 deletions

View File

@ -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 {

View File

@ -24,7 +24,7 @@
'';
installer = "vmroot";
module = {pkgs, config, ... }: {
module = {pkgs, config, lim, ... }: {
imports = [ ../../modules/arch/arm.nix ];
kernel = {
src = pkgs.pkgsBuildBuild.fetchurl {

View File

@ -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 {