niksos/options/common/dash.nix

9 lines
116 B
Nix

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