{ lib, pkgs, ... }: let inherit (lib.meta) getExe; in { environment.binsh = getExe pkgs.dash; }