1{ 2 lib, 3 config, 4 pkgs, 5 ... 6}: 7 8{ 9 _module.args = { 10 utils = import ../../lib/utils.nix { inherit lib config pkgs; }; 11 }; 12}