add missing param
This commit is contained in:
parent
f45326b9d3
commit
c563a6451f
3 changed files with 3 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue