{ lib, pkgs }: { mkHost = import ./host.nix { lib = lib; pkgs = pkgs; }; mkSandbox = pkgs.callPackage ./sandbox.nix {}; }