{ depot ? import {} }: let inherit (depot.web) quotes; inherit (depot) pkgs; in pkgs.mkShell { buildInputs = with pkgs; [ quotes.pythonEnv nodejs black ]; }