{ pkgs }: final: prev: { shell-maker = import ./shell-maker.nix { inherit pkgs prev; }; agent-shell = import ./agent-shell.nix { inherit pkgs final; }; }