niksos/options/common/dash.nix

10 lines
111 B
Nix
Raw Normal View History

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