{ pkgs }: pkgs.multiStdenv.mkDerivation { name = "empty development shell"; buildInputs = with pkgs; [ ]; }