{ pkgs, system, inputs, }: pkgs.mkShell { packages = with pkgs; []; inputsFrom = with inputs.self.legacyPackages.${system}; [ backend web native ]; }