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

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