···11+# This *should* not break anything, but it theory it might...
22+# on the other hand it should also make our scripts run somewhat faster, so i'll take it
33+# <https://discourse.nixos.org/t/making-nixpkgs-less-dependent-on-bash/76443?u=isabelroses>
44+{ lib, pkgs, ... }:
55+{
66+ environment.binsh = lib.getExe pkgs.dash;
77+}