{ config, lib, pkgs, ... }: { flake = { lib = let callLibs = file: import file { inherit lib; }; in { nginx = callLibs ./nginx; }; }; }