{ pkgs ? import {} }: pkgs.mkShell { inputsFrom = [ (import ./frontend/shell.nix { inherit pkgs; }) (import ./backend/shell.nix { inherit pkgs; }) ]; }