{ pkgs, ... }: { fetchers = import ./fetchers { inherit pkgs; }; runtime = import ./runtime { inherit pkgs; }; }