fix pkgs system mismatch

This commit is contained in:
arcnmx 2023-03-10 09:09:28 -08:00
parent 6779ac1c65
commit 84925bfa31
2 changed files with 0 additions and 4 deletions

View file

@ -1,3 +0,0 @@
{ config, pkgs, lib, meta, ... }: {
_module.args.pkgs = lib.mkDefault meta.pkgs;
}