{ pkgs ? import { overlays = [ (import ./river-status.nix) ]; } }: pkgs.mkShell { buildInputs = [ pkgs.river-status ]; }