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