{ pkgs ? import {} }: pkgs.mkShell rec { buildInputs = with pkgs; [ hugo ]; }