add missing param

This commit is contained in:
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

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