let pkgs = import {}; unstable = import {config.allowUnfree=true;}; in pkgs.mkShell { buildInputs = with pkgs; [ #unstable.mongodb #mongosh ]; shellHook = '' ''; }