niksos/hosts/common/core/dash.nix

10 lines
116 B
Nix
Raw Normal View History

{
lib,
pkgs,
...
}: let
2024-07-24 18:47:53 +02:00
inherit (lib.meta) getExe;
in {
environment.binsh = getExe pkgs.dash;
}