busybox: Set shellPath up so that ash can be a login shell

This commit is contained in:
Andreas Fuchs 2024-03-15 12:00:06 -04:00
parent bda93c2221
commit a7c88406a6
1 changed files with 2 additions and 0 deletions

View File

@ -159,6 +159,8 @@ stdenv.mkDerivation rec {
doCheck = false; # tries to access the net
passthru.shellPath = "/bin/ash";
meta = with lib; {
description = "Tiny versions of common UNIX utilities in a single small executable";
homepage = "https://busybox.net/";